Shades of Blue Violet #AF3FFD
Tints of Blue Violet #AF3FFD
RGB
CMYK
RGB Variations
Color information
#AF3FFD (or 0xAF3FFD) is known color: Blue Violet. HEX triplet: AF, 3F and FD. RGB value is (175,63,253). Sum of RGB (Red+Green+Blue) = 175+63+253=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF3FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFD is #50C002. Grayscale: #757575. Windows color (decimal): -5292035 or 16596911. OLE color: 16596911.
HSL color Cylindrical-coordinate representation of color #AF3FFD: hue angle of 275.37º 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 #AF3FFD is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 175 | 63 | 253 | - |
CMYK | 0.31 | 0.75 | 0 | 0.01 |
HSL | 275.37º | 0.98% | 0.62% | - |
HSV(B) | 275.37º | 0.75% | 0.99% | - |
XYZ | 37.19 | 19.76 | 94.78 | - |
YUV | 118.15 | 204.11 | 168.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 63 | 253 | 0.31 | 0.75 | 0 | 0.01 | 275.37 | 0.98 | 0.62 |
Hex | AF | 3F | FD | 1F | 4B | 0 | 1 | 113 | 62 | 3E |
Octal | 257 | 77 | 375 | 37 | 113 | 0 | 1 | 423 | 142 | 76 |
Binary | 10101111 | 111111 | 11111101 | 11111 | 1001011 | 0 | 1 | 100010011 | 1100010 | 111110 |
Color Harmonies of #AF3FFD
Complementary color
Monochromatic Colors of #AF3FFD
Black with #AF3FFD
Text Example
Text Example
White with #AF3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FFD; }
p { color: rgb(175,63,253); }
H1.HeaderClassName
{
color: #AF3FFD;
}
.AnyTagClassName
{
color: #AF3FFD;
}
</style>
background-color css
<style>
a { background-color: #AF3FFD; }
a { background-color: rgb(175,63,253); }
div.DivClassName
{
background-color: #AF3FFD;
}
.BgClassName
{
background-color: #AF3FFD;
}
</style>
border-color css
<style>
span { border-color: #AF3FFD; }
span { border-color: rgb(175,63,253); }
td.TdClassName
{
border-color: #AF3FFD;
}
.TagClassName
{
border-color: #AF3FFD;
}
</style>