Shades of Violet Blue #AF54A2
Tints of Violet Blue #AF54A2
RGB
CMYK
RGB Variations
Color information
#AF54A2 (or 0xAF54A2) is known color: Violet Blue. HEX triplet: AF, 54 and A2. RGB value is (175,84,162). Sum of RGB (Red+Green+Blue) = 175+84+162=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54A2 is #50AB5D. Grayscale: #777777. Windows color (decimal): -5286750 or 10638511. OLE color: 10638511.
HSL color Cylindrical-coordinate representation of color #AF54A2: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF54A2 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 162 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.31 |
| HSL | 308.57º | 0.36% | 0.51% | - |
| HSV(B) | 308.57º | 0.52% | 0.69% | - |
| XYZ | 27.37 | 18.06 | 36.23 | - |
| YUV | 120.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 162 | 0 | 0.52 | 0.07 | 0.31 | 308.57 | 0.36 | 0.51 |
| Hex | AF | 54 | A2 | 0 | 34 | 7 | 1F | 135 | 24 | 33 |
| Octal | 257 | 124 | 242 | 0 | 64 | 7 | 37 | 465 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10100010 | 0 | 110100 | 111 | 11111 | 100110101 | 100100 | 110011 |
Color Harmonies of #AF54A2
Complementary color
Monochromatic Colors of #AF54A2
Black with #AF54A2
Text Example
Text Example
White with #AF54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54A2; }
p { color: rgb(175,84,162); }
H1.HeaderClassName
{
color: #AF54A2;
}
.AnyTagClassName
{
color: #AF54A2;
}
</style>
background-color css
<style>
a { background-color: #AF54A2; }
a { background-color: rgb(175,84,162); }
div.DivClassName
{
background-color: #AF54A2;
}
.BgClassName
{
background-color: #AF54A2;
}
</style>
border-color css
<style>
span { border-color: #AF54A2; }
span { border-color: rgb(175,84,162); }
td.TdClassName
{
border-color: #AF54A2;
}
.TagClassName
{
border-color: #AF54A2;
}
</style>