#AF35F2

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

Shades of Blue Violet #AF35F2

Tints of Blue Violet #AF35F2

Color information

#AF35F2 (or 0xAF35F2) is unknown color: approx Blue Violet. HEX triplet: AF, 35 and F2. RGB value is (175,53,242). Sum of RGB (Red+Green+Blue) = 175+53+242=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF35F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF35F2 is #50CA0D. Grayscale: #6E6E6E. Windows color (decimal): -5294606 or 15873455. OLE color: 15873455.

HSL color Cylindrical-coordinate representation of color #AF35F2: hue angle of 278.73º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF35F2 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17553242-
CMYK0.280.7800.05
HSL278.73º87.91%57.84%-
HSV(B)278.73º78.1%94.9%-
XYZ34.9818.0785.65-
YUV111.02201.92173.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 53 (21.09% from 255) = 11.28%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=37.23%
G=11.28%
B=51.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175532420.280.7800.05278.7387.9157.84
HexAF35F21C4E05117583a
Octal25765362341160542713072
Binary101011111101011111001011100100111001011000101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF35F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF35F2; }

 p { color: rgb(175,53,242); }

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

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

 a { background-color: rgb(175,53,242); }

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

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

 span { border-color: rgb(175,53,242); }

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