#ac0fd1

Color #AC0FD1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AC0FD1

Tints of Dark Violet #AC0FD1

Color information

#AC0FD1 (or 0xAC0FD1) is unknown color: approx Dark Violet. HEX triplet: AC, 0F and D1. RGB value is (172,15,209). Sum of RGB (Red+Green+Blue) = 172+15+209=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC0FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FD1 is #53F02E. Grayscale: #535353. Windows color (decimal): -5500975 or 13701036. OLE color: 13701036.

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

Color convert

RGB17215209-
CMYK0.180.9300.18
HSL288.56º86.61%43.92%-
HSV(B)288.56º92.82%81.96%-
XYZ28.6913.7261.46-
YUV84.06198.51190.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 15 (6.25% from 255) = 3.79%
BLUE value IS 209 (82.03% from 255) = 52.78%
R=43.43%
G=3.79%
B=52.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172152090.180.9300.18288.5686.6143.92
HexACFD1125D012121572c
Octal254173212213502244112754
Binary101011001111110100011001010111010100101001000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0fd1; }

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

 H1.HeaderClassName
 {
   color: #ac0fd1;
 }
 .AnyTagClassName
 {
   color: #ac0fd1;
 }
</style>
background-color css

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

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

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

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

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

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