#AF0FD0

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

Shades of Dark Violet #AF0FD0

Tints of Dark Violet #AF0FD0

Color information

#AF0FD0 (or 0xAF0FD0) is unknown color: approx Dark Violet. HEX triplet: AF, 0F and D0. RGB value is (175,15,208). Sum of RGB (Red+Green+Blue) = 175+15+208=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF0FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FD0 is #50F02F. Grayscale: #545454. Windows color (decimal): -5304368 or 13635503. OLE color: 13635503.

HSL color Cylindrical-coordinate representation of color #AF0FD0: hue angle of 289.74º 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 #AF0FD0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17515208-
CMYK0.160.9300.18
HSL289.74º86.55%43.73%-
HSV(B)289.74º92.79%81.57%-
XYZ29.2414.0160.84-
YUV84.84197.51192.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 15 (6.25% from 255) = 3.77%
BLUE value IS 208 (81.64% from 255) = 52.26%
R=43.97%
G=3.77%
B=52.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175152080.160.9300.18289.7486.5543.73
HexAFFD0105D012122572c
Octal257173202013502244212754
Binary101011111111110100001000010111010100101001000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0FD0; }

 p { color: rgb(175,15,208); }

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

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

 a { background-color: rgb(175,15,208); }

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

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

 span { border-color: rgb(175,15,208); }

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