Html Css Color HEX #A406CB Dark Violet

📋 copy color: '#A406CB'

red 164 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #A406CB

Tints of Dark Violet #A406CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

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

R = 43.97%
G = 1.61%
B = 54.42%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A406CB (or 0xA406CB) is known color: Dark Violet. HEX triplet: A4, 06 and CB. RGB value is (164,6,203). Sum of RGB (Red+Green+Blue) = 164+6+203=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A406CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406CB is #5BF934. Grayscale: #4B4B4B. Windows color (decimal): -6027573 or 13305508. OLE color: 13305508.

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

Color convert

RGB 164 6 203 -
CMYK 0.19 0.97 0 0.20
HSL 288.12º 0.94% 0.41% -
HSV(B) 288.12º 0.97% 0.8% -
XYZ 26.15 12.33 57.5 -
YUV 75.7 199.85 190.98 -
System Red Green Blue C M Y K H S L
Decimal 164 6 203 0.19 0.97 0 0.20 288.12 0.94 0.41
Hex A4 6 CB 13 61 0 14 120 5E 29
Octal 244 6 313 23 141 0 24 440 136 51
Binary 10100100 110 11001011 10011 1100001 0 10100 100100000 1011110 101001

Color Harmonies of #A406CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A406CB

Black with #A406CB

Text Example


Text Example

White with #A406CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A406CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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