#AF05D8

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

Shades of Dark Violet #AF05D8

Tints of Dark Violet #AF05D8

Color information

#AF05D8 (or 0xAF05D8) is unknown color: approx Dark Violet. HEX triplet: AF, 05 and D8. RGB value is (175,5,216). Sum of RGB (Red+Green+Blue) = 175+5+216=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF05D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05D8 is #50FA27. Grayscale: #4F4F4F. Windows color (decimal): -5306920 or 14157231. OLE color: 14157231.

HSL color Cylindrical-coordinate representation of color #AF05D8: hue angle of 288.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05D8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1755216-
CMYK0.190.9800.15
HSL288.34º95.48%43.33%-
HSV(B)288.34º97.69%84.71%-
XYZ30.1314.1866.11-
YUV79.88204.82195.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 216 (84.77% from 255) = 54.55%
R=44.19%
G=1.26%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17552160.190.9800.15288.3495.4843.33
HexAF5D813620F1205f2b
Octal25753302314201744013753
Binary1010111110111011000100111100010011111001000001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF05D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF05D8; }

 p { color: rgb(175,5,216); }

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

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

 a { background-color: rgb(175,5,216); }

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

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

 span { border-color: rgb(175,5,216); }

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