Html Css Color HEX #A012CC Dark Violet

📋 copy color: '#A012CC'

red 160 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #A012CC

Tints of Dark Violet #A012CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

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

R = 41.88%
G = 4.71%
B = 53.4%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A012CC (or 0xA012CC) is known color: Dark Violet. HEX triplet: A0, 12 and CC. RGB value is (160,18,204). Sum of RGB (Red+Green+Blue) = 160+18+204=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A012CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012CC is #5FED33. Grayscale: #515151. Windows color (decimal): -6286644 or 13374112. OLE color: 13374112.

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

Color convert

RGB 160 18 204 -
CMYK 0.22 0.91 0 0.2
HSL 285.81º 0.84% 0.44% -
HSV(B) 285.81º 0.91% 0.8% -
XYZ 25.61 12.27 58.14 -
YUV 81.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 160 18 204 0.22 0.91 0 0.2 285.81 0.84 0.44
Hex A0 12 CC 16 5B 0 14 11E 54 2C
Octal 240 22 314 26 133 0 24 436 124 54
Binary 10100000 10010 11001100 10110 1011011 0 10100 100011110 1010100 101100

Color Harmonies of #A012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012CC

Black with #A012CC

Text Example


Text Example

White with #A012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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