#af32ff

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

Shades of Blue Violet #AF32FF

Tints of Blue Violet #AF32FF

Color information

#AF32FF (or 0xAF32FF) is unknown color: approx Blue Violet. HEX triplet: AF, 32 and FF. RGB value is (175,50,255). Sum of RGB (Red+Green+Blue) = 175+50+255=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32FF is #50CD00. Grayscale: #6E6E6E. Windows color (decimal): -5295361 or 16724655. OLE color: 16724655.

HSL color Cylindrical-coordinate representation of color #AF32FF: hue angle of 276.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF32FF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17550255-
CMYK0.310.8000
HSL276.59º100%59.8%-
HSV(B)276.59º80.39%100%-
XYZ36.8718.6296.26-
YUV110.74209.41173.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 50 (19.92% from 255) = 10.42%
BLUE value IS 255 (100% from 255) = 53.12%
R=36.46%
G=10.42%
B=53.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175502550.310.8000276.5910059.8
HexAF32FF1F5000115643c
Octal25762377371200042514474
Binary1010111111001011111111111111010000001000101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af32ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af32ff; }

 p { color: rgb(175,50,255); }

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

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

 a { background-color: rgb(175,50,255); }

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

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

 span { border-color: rgb(175,50,255); }

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