#AF2CF0

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

Shades of Blue Violet #AF2CF0

Tints of Blue Violet #AF2CF0

Color information

#AF2CF0 (or 0xAF2CF0) is unknown color: approx Blue Violet. HEX triplet: AF, 2C and F0. RGB value is (175,44,240). Sum of RGB (Red+Green+Blue) = 175+44+240=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF2CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CF0 is #50D30F. Grayscale: #686868. Windows color (decimal): -5296912 or 15740079. OLE color: 15740079.

HSL color Cylindrical-coordinate representation of color #AF2CF0: hue angle of 280.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2CF0 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17544240-
CMYK0.270.8200.06
HSL280.1º86.73%55.69%-
HSV(B)280.1º81.67%94.12%-
XYZ34.3117.2183.95-
YUV105.51203.9177.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 44 (17.58% from 255) = 9.59%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=38.13%
G=9.59%
B=52.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175442400.270.8200.06280.186.7355.69
HexAF2CF01B52061185738
Octal25754360331220643012770
Binary101011111011001111000011011101001001101000110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2CF0; }

 p { color: rgb(175,44,240); }

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

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

 a { background-color: rgb(175,44,240); }

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

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

 span { border-color: rgb(175,44,240); }

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