Html Css Color HEX #AC0BCA Dark Violet

📋 copy color: '#AC0BCA'

red 172 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #AC0BCA

Tints of Dark Violet #AC0BCA

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 44.68%
G = 2.86%
B = 52.47%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC0BCA (or 0xAC0BCA) is known color: Dark Violet. HEX triplet: AC, 0B and CA. RGB value is (172,11,202). Sum of RGB (Red+Green+Blue) = 172+11+202=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCA is #53F435. Grayscale: #505050. Windows color (decimal): -5502006 or 13241260. OLE color: 13241260.

HSL color Cylindrical-coordinate representation of color #AC0BCA: hue angle of 290.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BCA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 11 202 -
CMYK 0.15 0.95 0 0.21
HSL 290.58º 0.9% 0.42% -
HSV(B) 290.58º 0.95% 0.79% -
XYZ 27.79 13.27 56.97 -
YUV 80.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 172 11 202 0.15 0.95 0 0.21 290.58 0.9 0.42
Hex AC B CA F 5F 0 15 123 5A 2A
Octal 254 13 312 17 137 0 25 443 132 52
Binary 10101100 1011 11001010 1111 1011111 0 10101 100100011 1011010 101010

Color Harmonies of #AC0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BCA

Black with #AC0BCA

Text Example


Text Example

White with #AC0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BCA; }

 p { color: rgb(172,11,202); }

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

background-color css

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

 a { background-color: rgb(172,11,202); }

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

border-color css

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

 span { border-color: rgb(172,11,202); }

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