Html Css Color HEX #A008CC Dark Violet

📋 copy color: '#A008CC'

red 160 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #A008CC

Tints of Dark Violet #A008CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

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

R = 43.01%
G = 2.15%
B = 54.84%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A008CC (or 0xA008CC) is known color: Dark Violet. HEX triplet: A0, 08 and CC. RGB value is (160,8,204). Sum of RGB (Red+Green+Blue) = 160+8+204=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A008CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008CC is #5FF733. Grayscale: #4B4B4B. Windows color (decimal): -6289204 or 13371552. OLE color: 13371552.

HSL color Cylindrical-coordinate representation of color #A008CC: hue angle of 286.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008CC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 8 204 -
CMYK 0.22 0.96 0 0.2
HSL 286.53º 0.92% 0.42% -
HSV(B) 286.53º 0.96% 0.8% -
XYZ 25.48 12.01 58.1 -
YUV 75.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 160 8 204 0.22 0.96 0 0.2 286.53 0.92 0.42
Hex A0 8 CC 16 60 0 14 11F 5C 2A
Octal 240 10 314 26 140 0 24 437 134 52
Binary 10100000 1000 11001100 10110 1100000 0 10100 100011111 1011100 101010

Color Harmonies of #A008CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008CC

Black with #A008CC

Text Example


Text Example

White with #A008CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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