#AF07DF

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

Shades of Dark Violet #AF07DF

Tints of Dark Violet #AF07DF

Color information

#AF07DF (or 0xAF07DF) is unknown color: approx Dark Violet. HEX triplet: AF, 07 and DF. RGB value is (175,7,223). Sum of RGB (Red+Green+Blue) = 175+7+223=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07DF is #50F820. Grayscale: #515151. Windows color (decimal): -5306401 or 14616495. OLE color: 14616495.

HSL color Cylindrical-coordinate representation of color #AF07DF: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07DF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1757223-
CMYK0.220.9700.13
HSL286.67º93.91%45.1%-
HSV(B)286.67º96.86%87.45%-
XYZ31.0714.5970.99-
YUV81.86207.66194.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 7 (3.12% from 255) = 1.73%
BLUE value IS 223 (87.5% from 255) = 55.06%
R=43.21%
G=1.73%
B=55.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17572230.220.9700.13286.6793.9145.1
HexAF7DF16610D11f5e2d
Octal25773372614101543713655
Binary1010111111111011111101101100001011011000111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF07DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF07DF; }

 p { color: rgb(175,7,223); }

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

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

 a { background-color: rgb(175,7,223); }

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

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

 span { border-color: rgb(175,7,223); }

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