Shades of Blue Violet #AF3CFD
Tints of Blue Violet #AF3CFD
RGB
CMYK
RGB Variations
Color information
#AF3CFD (or 0xAF3CFD) is known color: Blue Violet. HEX triplet: AF, 3C and FD. RGB value is (175,60,253). Sum of RGB (Red+Green+Blue) = 175+60+253=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF3CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CFD is #50C302. Grayscale: #737373. Windows color (decimal): -5292803 or 16596143. OLE color: 16596143.
HSL color Cylindrical-coordinate representation of color #AF3CFD: hue angle of 275.75º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF3CFD is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 60 | 253 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.01 |
| HSL | 275.75º | 0.98% | 0.61% | - |
| HSV(B) | 275.75º | 0.76% | 0.99% | - |
| XYZ | 37.02 | 19.44 | 94.73 | - |
| YUV | 116.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 253 | 0.31 | 0.76 | 0 | 0.01 | 275.75 | 0.98 | 0.61 |
| Hex | AF | 3C | FD | 1F | 4C | 0 | 1 | 114 | 62 | 3D |
| Octal | 257 | 74 | 375 | 37 | 114 | 0 | 1 | 424 | 142 | 75 |
| Binary | 10101111 | 111100 | 11111101 | 11111 | 1001100 | 0 | 1 | 100010100 | 1100010 | 111101 |
Color Harmonies of #AF3CFD
Complementary color
Monochromatic Colors of #AF3CFD
Black with #AF3CFD
Text Example
Text Example
White with #AF3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CFD; }
p { color: rgb(175,60,253); }
H1.HeaderClassName
{
color: #AF3CFD;
}
.AnyTagClassName
{
color: #AF3CFD;
}
</style>
background-color css
<style>
a { background-color: #AF3CFD; }
a { background-color: rgb(175,60,253); }
div.DivClassName
{
background-color: #AF3CFD;
}
.BgClassName
{
background-color: #AF3CFD;
}
</style>
border-color css
<style>
span { border-color: #AF3CFD; }
span { border-color: rgb(175,60,253); }
td.TdClassName
{
border-color: #AF3CFD;
}
.TagClassName
{
border-color: #AF3CFD;
}
</style>