Html Css Color HEX #A402DA Dark Violet

📋 copy color: '#A402DA'

red 164 ◦ green 2 ◦ blue 218

#A402DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A402DA

Tints of Dark Violet #A402DA

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 42.71%
G = 0.52%
B = 56.77%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A402DA (or 0xA402DA) is known color: Dark Violet. HEX triplet: A4, 02 and DA. RGB value is (164,2,218). Sum of RGB (Red+Green+Blue) = 164+2+218=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #A402DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402DA is #5BFD25. Grayscale: #4A4A4A. Windows color (decimal): -6028582 or 14287524. OLE color: 14287524.

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

Color convert

RGB 164 2 218 -
CMYK 0.25 0.99 0 0.15
HSL 285º 0.98% 0.43% -
HSV(B) 285º 0.99% 0.85% -
XYZ 27.99 13 67.36 -
YUV 75.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 164 2 218 0.25 0.99 0 0.15 285 0.98 0.43
Hex A4 2 DA 19 63 0 F 11D 62 2B
Octal 244 2 332 31 143 0 17 435 142 53
Binary 10100100 10 11011010 11001 1100011 0 1111 100011101 1100010 101011

Color Harmonies of #A402DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402DA

Black with #A402DA

Text Example


Text Example

White with #A402DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402DA; }

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

 H1.HeaderClassName
 {
   color: #A402DA;
 }
 .AnyTagClassName
 {
   color: #A402DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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