#A402D7

Color #A402D7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A402D7

Tints of Dark Violet #A402D7

Color information

#A402D7 (or 0xA402D7) is unknown color: approx Dark Violet. HEX triplet: A4, 02 and D7. RGB value is (164,2,215). Sum of RGB (Red+Green+Blue) = 164+2+215=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #A402D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402D7 is #5BFD28. Grayscale: #4A4A4A. Windows color (decimal): -6028585 or 14090916. OLE color: 14090916.

HSL color Cylindrical-coordinate representation of color #A402D7: hue angle of 285.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402D7 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1642215-
CMYK0.240.9900.16
HSL285.63º98.16%42.55%-
HSV(B)285.63º99.07%84.31%-
XYZ27.612.8465.31-
YUV74.72207.17191.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 215 (84.38% from 255) = 56.43%
R=43.04%
G=0.52%
B=56.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16422150.240.9900.16285.6398.1642.55
HexA42D7186301011e622b
Octal24423273014302043614253
Binary1010010010110101111100011000110100001000111101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A402D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A402D7; }

 p { color: rgb(164,2,215); }

 H1.HeaderClassName
 {
   color: #A402D7;
 }
 .AnyTagClassName
 {
   color: #A402D7;
 }
</style>
background-color css

<style>
 a { background-color: #A402D7; }

 a { background-color: rgb(164,2,215); }

 div.DivClassName
 {
   background-color: #A402D7;
 }
 .BgClassName
 {
   background-color: #A402D7;
 }
</style>
border-color css

<style>
 span { border-color: #A402D7; }

 span { border-color: rgb(164,2,215); }

 td.TdClassName
 {
   border-color: #A402D7;
 }
 .TagClassName
 {
   border-color: #A402D7;
 }
</style>