#AF3FFA

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

Shades of Blue Violet #AF3FFA

Tints of Blue Violet #AF3FFA

Color information

#AF3FFA (or 0xAF3FFA) is unknown color: approx Blue Violet. HEX triplet: AF, 3F and FA. RGB value is (175,63,250). Sum of RGB (Red+Green+Blue) = 175+63+250=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFA is #50C005. Grayscale: #757575. Windows color (decimal): -5292038 or 16400303. OLE color: 16400303.

HSL color Cylindrical-coordinate representation of color #AF3FFA: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3FFA is Cyan = 0.3, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17563250-
CMYK0.30.7500.02
HSL275.94º94.92%61.37%-
HSV(B)275.94º74.8%98.04%-
XYZ36.7119.5792.29-
YUV117.81202.61168.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 63 (25% from 255) = 12.91%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=35.86%
G=12.91%
B=51.23%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175632500.30.7500.02275.9494.9261.37
HexAF3FFA1E4B021145f3d
Octal25777372361130242413775
Binary10101111111111111110101111010010110101000101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3FFA; }

 p { color: rgb(175,63,250); }

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

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

 a { background-color: rgb(175,63,250); }

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

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

 span { border-color: rgb(175,63,250); }

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