Html Css Color HEX #AC09CA Dark Violet

📋 copy color: '#AC09CA'

red 172 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #AC09CA

Tints of Dark Violet #AC09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.35%

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

R = 44.91%
G = 2.35%
B = 52.74%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC09CA (or 0xAC09CA) is known color: Dark Violet. HEX triplet: AC, 09 and CA. RGB value is (172,9,202). Sum of RGB (Red+Green+Blue) = 172+9+202=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC09CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09CA is #53F635. Grayscale: #4F4F4F. Windows color (decimal): -5502518 or 13240748. OLE color: 13240748.

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

Color convert

RGB 172 9 202 -
CMYK 0.15 0.96 0 0.21
HSL 290.67º 0.91% 0.41% -
HSV(B) 290.67º 0.96% 0.79% -
XYZ 27.77 13.23 56.97 -
YUV 79.74 197 193.81 -
System Red Green Blue C M Y K H S L
Decimal 172 9 202 0.15 0.96 0 0.21 290.67 0.91 0.41
Hex AC 9 CA F 60 0 15 123 5B 29
Octal 254 11 312 17 140 0 25 443 133 51
Binary 10101100 1001 11001010 1111 1100000 0 10101 100100011 1011011 101001

Color Harmonies of #AC09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09CA

Black with #AC09CA

Text Example


Text Example

White with #AC09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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