#AF3EFD

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

Shades of Blue Violet #AF3EFD

Tints of Blue Violet #AF3EFD

Color information

#AF3EFD (or 0xAF3EFD) is unknown color: approx Blue Violet. HEX triplet: AF, 3E and FD. RGB value is (175,62,253). Sum of RGB (Red+Green+Blue) = 175+62+253=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF3EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EFD is #50C102. Grayscale: #747474. Windows color (decimal): -5292291 or 16596655. OLE color: 16596655.

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

Color convert

RGB17562253-
CMYK0.310.7500.01
HSL275.5º97.95%61.76%-
HSV(B)275.5º75.49%99.22%-
XYZ37.1319.6594.76-
YUV117.56204.44168.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 62 (24.61% from 255) = 12.65%
BLUE value IS 253 (99.22% from 255) = 51.63%
R=35.71%
G=12.65%
B=51.63%

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
Decimal175622530.310.7500.01275.597.9561.76
HexAF3EFD1F4B01113623e
Octal25776375371130142314276
Binary1010111111111011111101111111001011011000100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EFD; }

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

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

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

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

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

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

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

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