Shades of Violet Blue #AF4E9C
Tints of Violet Blue #AF4E9C
RGB
CMYK
RGB Variations
Color information
#AF4E9C (or 0xAF4E9C) is known color: Violet Blue. HEX triplet: AF, 4E and 9C. RGB value is (175,78,156). Sum of RGB (Red+Green+Blue) = 175+78+156=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E9C is #50B163. Grayscale: #737373. Windows color (decimal): -5288292 or 10243759. OLE color: 10243759.
HSL color Cylindrical-coordinate representation of color #AF4E9C: hue angle of 311.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E9C is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 156 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.31 |
| HSL | 311.75º | 0.38% | 0.5% | - |
| HSV(B) | 311.75º | 0.55% | 0.69% | - |
| XYZ | 26.4 | 16.96 | 33.34 | - |
| YUV | 115.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 156 | 0 | 0.55 | 0.11 | 0.31 | 311.75 | 0.38 | 0.5 |
| Hex | AF | 4E | 9C | 0 | 37 | B | 1F | 138 | 26 | 32 |
| Octal | 257 | 116 | 234 | 0 | 67 | 13 | 37 | 470 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10011100 | 0 | 110111 | 1011 | 11111 | 100111000 | 100110 | 110010 |
Color Harmonies of #AF4E9C
Complementary color
Monochromatic Colors of #AF4E9C
Black with #AF4E9C
Text Example
Text Example
White with #AF4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E9C; }
p { color: rgb(175,78,156); }
H1.HeaderClassName
{
color: #AF4E9C;
}
.AnyTagClassName
{
color: #AF4E9C;
}
</style>
background-color css
<style>
a { background-color: #AF4E9C; }
a { background-color: rgb(175,78,156); }
div.DivClassName
{
background-color: #AF4E9C;
}
.BgClassName
{
background-color: #AF4E9C;
}
</style>
border-color css
<style>
span { border-color: #AF4E9C; }
span { border-color: rgb(175,78,156); }
td.TdClassName
{
border-color: #AF4E9C;
}
.TagClassName
{
border-color: #AF4E9C;
}
</style>