Shades of Light Slate Blue #A258FF
Tints of Light Slate Blue #A258FF
RGB
CMYK
RGB Variations
Color information
#A258FF (or 0xA258FF) is known color: Light Slate Blue. HEX triplet: A2, 58 and FF. RGB value is (162,88,255). Sum of RGB (Red+Green+Blue) = 162+88+255=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #A258FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FF is #5DA700. Grayscale: #808080. Windows color (decimal): -6137601 or 16734370. OLE color: 16734370.
HSL color Cylindrical-coordinate representation of color #A258FF: hue angle of 266.59º 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 #A258FF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 88 | 255 | - |
| CMYK | 0.36 | 0.65 | 0 | 0 |
| HSL | 266.59º | 1% | 0.67% | - |
| HSV(B) | 266.59º | 0.65% | 1% | - |
| XYZ | 36.44 | 21.88 | 96.91 | - |
| YUV | 129.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 255 | 0.36 | 0.65 | 0 | 0 | 266.59 | 1 | 0.67 |
| Hex | A2 | 58 | FF | 24 | 41 | 0 | 0 | 10B | 64 | 43 |
| Octal | 242 | 130 | 377 | 44 | 101 | 0 | 0 | 413 | 144 | 103 |
| Binary | 10100010 | 1011000 | 11111111 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100100 | 1000011 |
Color Harmonies of #A258FF
Complementary color
Monochromatic Colors of #A258FF
Black with #A258FF
Text Example
Text Example
White with #A258FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258FF; }
p { color: rgb(162,88,255); }
H1.HeaderClassName
{
color: #A258FF;
}
.AnyTagClassName
{
color: #A258FF;
}
</style>
background-color css
<style>
a { background-color: #A258FF; }
a { background-color: rgb(162,88,255); }
div.DivClassName
{
background-color: #A258FF;
}
.BgClassName
{
background-color: #A258FF;
}
</style>
border-color css
<style>
span { border-color: #A258FF; }
span { border-color: rgb(162,88,255); }
td.TdClassName
{
border-color: #A258FF;
}
.TagClassName
{
border-color: #A258FF;
}
</style>