Html Css Color HEX #AC0AD7 Dark Violet

📋 copy color: '#AC0AD7'

red 172 ◦ green 10 ◦ blue 215

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

Shades of Dark Violet #AC0AD7

Tints of Dark Violet #AC0AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.52%

 BLUE value IS 215 (84.38% from 255) = 54.16%

R = 43.32%
G = 2.52%
B = 54.16%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC0AD7 (or 0xAC0AD7) is known color: Dark Violet. HEX triplet: AC, 0A and D7. RGB value is (172,10,215). Sum of RGB (Red+Green+Blue) = 172+10+215=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC0AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AD7 is #53F528. Grayscale: #515151. Windows color (decimal): -5502249 or 14092972. OLE color: 14092972.

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

Color convert

RGB 172 10 215 -
CMYK 0.2 0.95 0 0.16
HSL 287.41º 0.91% 0.44% -
HSV(B) 287.41º 0.95% 0.84% -
XYZ 29.39 13.89 65.42 -
YUV 81.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 172 10 215 0.2 0.95 0 0.16 287.41 0.91 0.44
Hex AC A D7 14 5F 0 10 11F 5B 2C
Octal 254 12 327 24 137 0 20 437 133 54
Binary 10101100 1010 11010111 10100 1011111 0 10000 100011111 1011011 101100

Color Harmonies of #AC0AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AD7

Black with #AC0AD7

Text Example


Text Example

White with #AC0AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AD7; }

 p { color: rgb(172,10,215); }

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

background-color css

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

 a { background-color: rgb(172,10,215); }

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

border-color css

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

 span { border-color: rgb(172,10,215); }

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