Html Css Color HEX #AC0FDF Dark Violet

📋 copy color: '#AC0FDF'

red 172 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #AC0FDF

Tints of Dark Violet #AC0FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 41.95%
G = 3.66%
B = 54.39%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC0FDF (or 0xAC0FDF) is known color: Dark Violet. HEX triplet: AC, 0F and DF. RGB value is (172,15,223). Sum of RGB (Red+Green+Blue) = 172+15+223=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FDF is #53F020. Grayscale: #545454. Windows color (decimal): -5500961 or 14618540. OLE color: 14618540.

HSL color Cylindrical-coordinate representation of color #AC0FDF: hue angle of 285.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FDF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 15 223 -
CMYK 0.23 0.93 0 0.13
HSL 285.29º 0.87% 0.47% -
HSV(B) 285.29º 0.93% 0.87% -
XYZ 30.5 14.44 70.99 -
YUV 85.66 205.51 189.59 -
System Red Green Blue C M Y K H S L
Decimal 172 15 223 0.23 0.93 0 0.13 285.29 0.87 0.47
Hex AC F DF 17 5D 0 D 11D 57 2F
Octal 254 17 337 27 135 0 15 435 127 57
Binary 10101100 1111 11011111 10111 1011101 0 1101 100011101 1010111 101111

Color Harmonies of #AC0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FDF

Black with #AC0FDF

Text Example


Text Example

White with #AC0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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