Html Css Color HEX #A00CC8 Dark Violet

📋 copy color: '#A00CC8'

red 160 ◦ green 12 ◦ blue 200

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

Shades of Dark Violet #A00CC8

Tints of Dark Violet #A00CC8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 43.01%
G = 3.23%
B = 53.76%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A00CC8 (or 0xA00CC8) is known color: Dark Violet. HEX triplet: A0, 0C and C8. RGB value is (160,12,200). Sum of RGB (Red+Green+Blue) = 160+12+200=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #A00CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CC8 is #5FF337. Grayscale: #4D4D4D. Windows color (decimal): -6288184 or 13110432. OLE color: 13110432.

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

Color convert

RGB 160 12 200 -
CMYK 0.2 0.94 0 0.22
HSL 287.23º 0.89% 0.42% -
HSV(B) 287.23º 0.94% 0.78% -
XYZ 25.05 11.91 55.62 -
YUV 77.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 160 12 200 0.2 0.94 0 0.22 287.23 0.89 0.42
Hex A0 C C8 14 5E 0 16 11F 59 2A
Octal 240 14 310 24 136 0 26 437 131 52
Binary 10100000 1100 11001000 10100 1011110 0 10110 100011111 1011001 101010

Color Harmonies of #A00CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CC8

Black with #A00CC8

Text Example


Text Example

White with #A00CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CC8; }

 p { color: rgb(160,12,200); }

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

background-color css

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

 a { background-color: rgb(160,12,200); }

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

border-color css

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

 span { border-color: rgb(160,12,200); }

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