Shades of Violet Blue #A85DAE
Tints of Violet Blue #A85DAE
RGB
CMYK
RGB Variations
Color information
#A85DAE (or 0xA85DAE) is known color: Violet Blue. HEX triplet: A8, 5D and AE. RGB value is (168,93,174). Sum of RGB (Red+Green+Blue) = 168+93+174=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A85DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85DAE is #57A251. Grayscale: #7C7C7C. Windows color (decimal): -5743186 or 11427240. OLE color: 11427240.
HSL color Cylindrical-coordinate representation of color #A85DAE: hue angle of 295.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85DAE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 93 | 174 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.32 |
| HSL | 295.56º | 0.33% | 0.52% | - |
| HSV(B) | 295.56º | 0.47% | 0.68% | - |
| XYZ | 27.7 | 19.21 | 42.29 | - |
| YUV | 124.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 174 | 0.03 | 0.47 | 0 | 0.32 | 295.56 | 0.33 | 0.52 |
| Hex | A8 | 5D | AE | 3 | 2F | 0 | 20 | 128 | 21 | 34 |
| Octal | 250 | 135 | 256 | 3 | 57 | 0 | 40 | 450 | 41 | 64 |
| Binary | 10101000 | 1011101 | 10101110 | 11 | 101111 | 0 | 100000 | 100101000 | 100001 | 110100 |
Color Harmonies of #A85DAE
Complementary color
Monochromatic Colors of #A85DAE
Black with #A85DAE
Text Example
Text Example
White with #A85DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DAE; }
p { color: rgb(168,93,174); }
H1.HeaderClassName
{
color: #A85DAE;
}
.AnyTagClassName
{
color: #A85DAE;
}
</style>
background-color css
<style>
a { background-color: #A85DAE; }
a { background-color: rgb(168,93,174); }
div.DivClassName
{
background-color: #A85DAE;
}
.BgClassName
{
background-color: #A85DAE;
}
</style>
border-color css
<style>
span { border-color: #A85DAE; }
span { border-color: rgb(168,93,174); }
td.TdClassName
{
border-color: #A85DAE;
}
.TagClassName
{
border-color: #A85DAE;
}
</style>