#AF12CA

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

Shades of Dark Violet #AF12CA

Tints of Dark Violet #AF12CA

Color information

#AF12CA (or 0xAF12CA) is unknown color: approx Dark Violet. HEX triplet: AF, 12 and CA. RGB value is (175,18,202). Sum of RGB (Red+Green+Blue) = 175+18+202=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF12CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12CA is #50ED35. Grayscale: #555555. Windows color (decimal): -5303606 or 13243055. OLE color: 13243055.

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

Color convert

RGB17518202-
CMYK0.130.9100.21
HSL291.2º83.64%43.14%-
HSV(B)291.2º91.09%79.22%-
XYZ28.5613.8157.04-
YUV85.92193.51191.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 18 (7.42% from 255) = 4.56%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=44.30%
G=4.56%
B=51.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175182020.130.9100.21291.283.6443.14
HexAF12CAD5B015123542b
Octal257223121513302544312453
Binary101011111001011001010110110110110101011001000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12CA; }

 p { color: rgb(175,18,202); }

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

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

 a { background-color: rgb(175,18,202); }

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

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

 span { border-color: rgb(175,18,202); }

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