#af3dff

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

Shades of Blue Violet #AF3DFF

Tints of Blue Violet #AF3DFF

Color information

#AF3DFF (or 0xAF3DFF) is unknown color: approx Blue Violet. HEX triplet: AF, 3D and FF. RGB value is (175,61,255). Sum of RGB (Red+Green+Blue) = 175+61+255=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF3DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DFF is #50C200. Grayscale: #747474. Windows color (decimal): -5292545 or 16727471. OLE color: 16727471.

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

Color convert

RGB17561255-
CMYK0.310.7600
HSL275.26º100%61.96%-
HSV(B)275.26º76.08%100%-
XYZ37.419.6796.43-
YUV117.2205.77169.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 61 (24.22% from 255) = 12.42%
BLUE value IS 255 (100% from 255) = 51.93%
R=35.64%
G=12.42%
B=51.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175612550.310.7600275.2610061.96
HexAF3DFF1F4C00113643e
Octal25775377371140042314476
Binary1010111111110111111111111111001100001000100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3dff; }

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

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

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

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

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

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

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

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