#AF40FD

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

Shades of Blue Violet #AF40FD

Tints of Blue Violet #AF40FD

Color information

#AF40FD (or 0xAF40FD) is unknown color: approx Blue Violet. HEX triplet: AF, 40 and FD. RGB value is (175,64,253). Sum of RGB (Red+Green+Blue) = 175+64+253=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40FD is #50BF02. Grayscale: #767676. Windows color (decimal): -5291779 or 16597167. OLE color: 16597167.

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

Color convert

RGB17564253-
CMYK0.310.7500.01
HSL275.24º97.93%62.16%-
HSV(B)275.24º74.7%99.22%-
XYZ37.2419.8794.8-
YUV118.74203.77168.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=35.57%
G=13.01%
B=51.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175642530.310.7500.01275.2497.9362.16
HexAF40FD1F4B01113623e
Octal257100375371130142314276
Binary10101111100000011111101111111001011011000100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF40FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF40FD; }

 p { color: rgb(175,64,253); }

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

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

 a { background-color: rgb(175,64,253); }

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

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

 span { border-color: rgb(175,64,253); }

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