Shades of Light Slate Blue #A275FF
Tints of Light Slate Blue #A275FF
RGB
CMYK
RGB Variations
Color information
#A275FF (or 0xA275FF) is known color: Light Slate Blue. HEX triplet: A2, 75 and FF. RGB value is (162,117,255). Sum of RGB (Red+Green+Blue) = 162+117+255=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A275FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275FF is #5D8A00. Grayscale: #919191. Windows color (decimal): -6130177 or 16741794. OLE color: 16741794.
HSL color Cylindrical-coordinate representation of color #A275FF: hue angle of 259.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A275FF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 117 | 255 | - |
| CMYK | 0.36 | 0.54 | 0 | 0 |
| HSL | 259.57º | 1% | 0.73% | - |
| HSV(B) | 259.57º | 0.54% | 1% | - |
| XYZ | 39.31 | 27.62 | 97.87 | - |
| YUV | 146.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 255 | 0.36 | 0.54 | 0 | 0 | 259.57 | 1 | 0.73 |
| Hex | A2 | 75 | FF | 24 | 36 | 0 | 0 | 104 | 64 | 49 |
| Octal | 242 | 165 | 377 | 44 | 66 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100010 | 1110101 | 11111111 | 100100 | 110110 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A275FF
Complementary color
Monochromatic Colors of #A275FF
Black with #A275FF
Text Example
Text Example
White with #A275FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A275FF; }
p { color: rgb(162,117,255); }
H1.HeaderClassName
{
color: #A275FF;
}
.AnyTagClassName
{
color: #A275FF;
}
</style>
background-color css
<style>
a { background-color: #A275FF; }
a { background-color: rgb(162,117,255); }
div.DivClassName
{
background-color: #A275FF;
}
.BgClassName
{
background-color: #A275FF;
}
</style>
border-color css
<style>
span { border-color: #A275FF; }
span { border-color: rgb(162,117,255); }
td.TdClassName
{
border-color: #A275FF;
}
.TagClassName
{
border-color: #A275FF;
}
</style>