Shades of Light Slate Blue #A259FF
Tints of Light Slate Blue #A259FF
RGB
CMYK
RGB Variations
Color information
#A259FF (or 0xA259FF) is known color: Light Slate Blue. HEX triplet: A2, 59 and FF. RGB value is (162,89,255). Sum of RGB (Red+Green+Blue) = 162+89+255=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A259FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259FF is #5DA600. Grayscale: #818181. Windows color (decimal): -6137345 or 16734626. OLE color: 16734626.
HSL color Cylindrical-coordinate representation of color #A259FF: hue angle of 266.39º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A259FF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 89 | 255 | - |
| CMYK | 0.36 | 0.65 | 0 | 0 |
| HSL | 266.39º | 1% | 0.67% | - |
| HSV(B) | 266.39º | 0.65% | 1% | - |
| XYZ | 36.52 | 22.05 | 96.94 | - |
| YUV | 129.75 | 198.68 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 255 | 0.36 | 0.65 | 0 | 0 | 266.39 | 1 | 0.67 |
| Hex | A2 | 59 | FF | 24 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 242 | 131 | 377 | 44 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10100010 | 1011001 | 11111111 | 100100 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #A259FF
Complementary color
Monochromatic Colors of #A259FF
Black with #A259FF
Text Example
Text Example
White with #A259FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259FF; }
p { color: rgb(162,89,255); }
H1.HeaderClassName
{
color: #A259FF;
}
.AnyTagClassName
{
color: #A259FF;
}
</style>
background-color css
<style>
a { background-color: #A259FF; }
a { background-color: rgb(162,89,255); }
div.DivClassName
{
background-color: #A259FF;
}
.BgClassName
{
background-color: #A259FF;
}
</style>
border-color css
<style>
span { border-color: #A259FF; }
span { border-color: rgb(162,89,255); }
td.TdClassName
{
border-color: #A259FF;
}
.TagClassName
{
border-color: #A259FF;
}
</style>