Html Css Color HEX #A006CC Dark Violet

📋 copy color: '#A006CC'

red 160 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #A006CC

Tints of Dark Violet #A006CC

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 43.24%
G = 1.62%
B = 55.14%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A006CC (or 0xA006CC) is known color: Dark Violet. HEX triplet: A0, 06 and CC. RGB value is (160,6,204). Sum of RGB (Red+Green+Blue) = 160+6+204=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #A006CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006CC is #5FF933. Grayscale: #494949. Windows color (decimal): -6289716 or 13371040. OLE color: 13371040.

HSL color Cylindrical-coordinate representation of color #A006CC: hue angle of 286.67º 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 #A006CC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 6 204 -
CMYK 0.22 0.97 0 0.2
HSL 286.67º 0.94% 0.41% -
HSV(B) 286.67º 0.97% 0.8% -
XYZ 25.46 11.96 58.09 -
YUV 74.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 160 6 204 0.22 0.97 0 0.2 286.67 0.94 0.41
Hex A0 6 CC 16 61 0 14 11F 5E 29
Octal 240 6 314 26 141 0 24 437 136 51
Binary 10100000 110 11001100 10110 1100001 0 10100 100011111 1011110 101001

Color Harmonies of #A006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006CC

Black with #A006CC

Text Example


Text Example

White with #A006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006CC; }

 p { color: rgb(160,6,204); }

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

background-color css

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

 a { background-color: rgb(160,6,204); }

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

border-color css

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

 span { border-color: rgb(160,6,204); }

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