#af2efe

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

Shades of Blue Violet #AF2EFE

Tints of Blue Violet #AF2EFE

Color information

#AF2EFE (or 0xAF2EFE) is unknown color: approx Blue Violet. HEX triplet: AF, 2E and FE. RGB value is (175,46,254). Sum of RGB (Red+Green+Blue) = 175+46+254=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EFE is #50D101. Grayscale: #6B6B6B. Windows color (decimal): -5296386 or 16658095. OLE color: 16658095.

HSL color Cylindrical-coordinate representation of color #AF2EFE: hue angle of 277.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2EFE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17546254-
CMYK0.310.8200.00
HSL277.21º99.05%58.82%-
HSV(B)277.21º81.89%99.61%-
XYZ36.5518.2295.36-
YUV108.28210.24175.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=36.84%
G=9.68%
B=53.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175462540.310.8200.00277.2199.0558.82
HexAF2EFE1F5200115633b
Octal25756376371220042514373
Binary1010111110111011111110111111010010001000101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2efe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2efe; }

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

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

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

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

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

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

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

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