#AF33FF

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

Shades of Blue Violet #AF33FF

Tints of Blue Violet #AF33FF

Color information

#AF33FF (or 0xAF33FF) is unknown color: approx Blue Violet. HEX triplet: AF, 33 and FF. RGB value is (175,51,255). Sum of RGB (Red+Green+Blue) = 175+51+255=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF33FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33FF is #50CC00. Grayscale: #6E6E6E. Windows color (decimal): -5295105 or 16724911. OLE color: 16724911.

HSL color Cylindrical-coordinate representation of color #AF33FF: hue angle of 276.47º 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 #AF33FF is Cyan = 0.31, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17551255-
CMYK0.310.800
HSL276.47º100%60%-
HSV(B)276.47º80%100%-
XYZ36.9118.796.27-
YUV111.33209.08173.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 51 (20.31% from 255) = 10.60%
BLUE value IS 255 (100% from 255) = 53.01%
R=36.38%
G=10.60%
B=53.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175512550.310.800276.4710060
HexAF33FF1F5000114643c
Octal25763377371200042414474
Binary1010111111001111111111111111010000001000101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33FF; }

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

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

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

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

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

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

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

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