Html Css Color HEX #AC0FDA Dark Violet

📋 copy color: '#AC0FDA'

red 172 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #AC0FDA

Tints of Dark Violet #AC0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 42.47%
G = 3.7%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC0FDA (or 0xAC0FDA) is known color: Dark Violet. HEX triplet: AC, 0F and DA. RGB value is (172,15,218). Sum of RGB (Red+Green+Blue) = 172+15+218=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FDA is #53F025. Grayscale: #545454. Windows color (decimal): -5500966 or 14290860. OLE color: 14290860.

HSL color Cylindrical-coordinate representation of color #AC0FDA: hue angle of 286.4º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FDA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 15 218 -
CMYK 0.21 0.93 0 0.15
HSL 286.4º 0.87% 0.46% -
HSV(B) 286.4º 0.93% 0.85% -
XYZ 29.84 14.17 67.49 -
YUV 85.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 172 15 218 0.21 0.93 0 0.15 286.4 0.87 0.46
Hex AC F DA 15 5D 0 F 11E 57 2E
Octal 254 17 332 25 135 0 17 436 127 56
Binary 10101100 1111 11011010 10101 1011101 0 1111 100011110 1010111 101110

Color Harmonies of #AC0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FDA

Black with #AC0FDA

Text Example


Text Example

White with #AC0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FDA; }

 p { color: rgb(172,15,218); }

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

background-color css

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

 a { background-color: rgb(172,15,218); }

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

border-color css

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

 span { border-color: rgb(172,15,218); }

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