Shades of Light Slate Blue #A152FF
Tints of Light Slate Blue #A152FF
RGB
CMYK
RGB Variations
Color information
#A152FF (or 0xA152FF) is known color: Light Slate Blue. HEX triplet: A1, 52 and FF. RGB value is (161,82,255). Sum of RGB (Red+Green+Blue) = 161+82+255=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #A152FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152FF is #5EAD00. Grayscale: #7C7C7C. Windows color (decimal): -6204673 or 16732833. OLE color: 16732833.
HSL color Cylindrical-coordinate representation of color #A152FF: hue angle of 267.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A152FF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 82 | 255 | - |
| CMYK | 0.37 | 0.68 | 0 | 0 |
| HSL | 267.4º | 1% | 0.66% | - |
| HSV(B) | 267.4º | 0.68% | 1% | - |
| XYZ | 35.77 | 20.83 | 96.74 | - |
| YUV | 125.34 | 201.17 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 255 | 0.37 | 0.68 | 0 | 0 | 267.4 | 1 | 0.66 |
| Hex | A1 | 52 | FF | 25 | 44 | 0 | 0 | 10B | 64 | 42 |
| Octal | 241 | 122 | 377 | 45 | 104 | 0 | 0 | 413 | 144 | 102 |
| Binary | 10100001 | 1010010 | 11111111 | 100101 | 1000100 | 0 | 0 | 100001011 | 1100100 | 1000010 |
Color Harmonies of #A152FF
Complementary color
Monochromatic Colors of #A152FF
Black with #A152FF
Text Example
Text Example
White with #A152FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152FF; }
p { color: rgb(161,82,255); }
H1.HeaderClassName
{
color: #A152FF;
}
.AnyTagClassName
{
color: #A152FF;
}
</style>
background-color css
<style>
a { background-color: #A152FF; }
a { background-color: rgb(161,82,255); }
div.DivClassName
{
background-color: #A152FF;
}
.BgClassName
{
background-color: #A152FF;
}
</style>
border-color css
<style>
span { border-color: #A152FF; }
span { border-color: rgb(161,82,255); }
td.TdClassName
{
border-color: #A152FF;
}
.TagClassName
{
border-color: #A152FF;
}
</style>