Html Css Color HEX #A402CB Dark Violet

📋 copy color: '#A402CB'

red 164 ◦ green 2 ◦ blue 203

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

Shades of Dark Violet #A402CB

Tints of Dark Violet #A402CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 44.44%
G = 0.54%
B = 55.01%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A402CB (or 0xA402CB) is known color: Dark Violet. HEX triplet: A4, 02 and CB. RGB value is (164,2,203). Sum of RGB (Red+Green+Blue) = 164+2+203=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #A402CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402CB is #5BFD34. Grayscale: #484848. Windows color (decimal): -6028597 or 13304484. OLE color: 13304484.

HSL color Cylindrical-coordinate representation of color #A402CB: hue angle of 288.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402CB is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 2 203 -
CMYK 0.19 0.99 0 0.20
HSL 288.36º 0.98% 0.4% -
HSV(B) 288.36º 0.99% 0.8% -
XYZ 26.11 12.25 57.49 -
YUV 73.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 164 2 203 0.19 0.99 0 0.20 288.36 0.98 0.4
Hex A4 2 CB 13 63 0 14 120 62 28
Octal 244 2 313 23 143 0 24 440 142 50
Binary 10100100 10 11001011 10011 1100011 0 10100 100100000 1100010 101000

Color Harmonies of #A402CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402CB

Black with #A402CB

Text Example


Text Example

White with #A402CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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