#AF17DA

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

Shades of Dark Violet #AF17DA

Tints of Dark Violet #AF17DA

Color information

#AF17DA (or 0xAF17DA) is unknown color: approx Dark Violet. HEX triplet: AF, 17 and DA. RGB value is (175,23,218). Sum of RGB (Red+Green+Blue) = 175+23+218=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DA is #50E825. Grayscale: #5A5A5A. Windows color (decimal): -5302310 or 14292911. OLE color: 14292911.

HSL color Cylindrical-coordinate representation of color #AF17DA: hue angle of 286.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17DA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17523218-
CMYK0.200.8900.15
HSL286.77º80.91%47.25%-
HSV(B)286.77º89.45%85.49%-
XYZ30.6414.7967.57-
YUV90.68199.86188.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 23 (9.38% from 255) = 5.53%
BLUE value IS 218 (85.55% from 255) = 52.40%
R=42.07%
G=5.53%
B=52.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175232180.200.8900.15286.7780.9147.25
HexAF17DA14590F11f512f
Octal257273322413101743712157
Binary101011111011111011010101001011001011111000111111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF17DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF17DA; }

 p { color: rgb(175,23,218); }

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

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

 a { background-color: rgb(175,23,218); }

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

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

 span { border-color: rgb(175,23,218); }

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