#AF2EF1

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

Shades of Blue Violet #AF2EF1

Tints of Blue Violet #AF2EF1

Color information

#AF2EF1 (or 0xAF2EF1) is unknown color: approx Blue Violet. HEX triplet: AF, 2E and F1. RGB value is (175,46,241). Sum of RGB (Red+Green+Blue) = 175+46+241=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF2EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EF1 is #50D10E. Grayscale: #6A6A6A. Windows color (decimal): -5296399 or 15806127. OLE color: 15806127.

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

Color convert

RGB17546241-
CMYK0.270.8100.05
HSL279.69º87.44%56.27%-
HSV(B)279.69º80.91%94.51%-
XYZ34.5317.4284.76-
YUV106.8203.74176.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 46 (18.36% from 255) = 9.96%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=37.88%
G=9.96%
B=52.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175462410.270.8100.05279.6987.4456.27
HexAF2EF11B51051185738
Octal25756361331210543012770
Binary101011111011101111000111011101000101011000110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2EF1; }

 p { color: rgb(175,46,241); }

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

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

 a { background-color: rgb(175,46,241); }

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

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

 span { border-color: rgb(175,46,241); }

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