Shades of Light Slate Blue #A261FF
Tints of Light Slate Blue #A261FF
RGB
CMYK
RGB Variations
Color information
#A261FF (or 0xA261FF) is known color: Light Slate Blue. HEX triplet: A2, 61 and FF. RGB value is (162,97,255). Sum of RGB (Red+Green+Blue) = 162+97+255=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A261FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FF is #5D9E00. Grayscale: #858585. Windows color (decimal): -6135297 or 16736674. OLE color: 16736674.
HSL color Cylindrical-coordinate representation of color #A261FF: hue angle of 264.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A261FF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 97 | 255 | - |
| CMYK | 0.36 | 0.62 | 0 | 0 |
| HSL | 264.68º | 1% | 0.69% | - |
| HSV(B) | 264.68º | 0.62% | 1% | - |
| XYZ | 37.22 | 23.45 | 97.17 | - |
| YUV | 134.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 255 | 0.36 | 0.62 | 0 | 0 | 264.68 | 1 | 0.69 |
| Hex | A2 | 61 | FF | 24 | 3E | 0 | 0 | 109 | 64 | 45 |
| Octal | 242 | 141 | 377 | 44 | 76 | 0 | 0 | 411 | 144 | 105 |
| Binary | 10100010 | 1100001 | 11111111 | 100100 | 111110 | 0 | 0 | 100001001 | 1100100 | 1000101 |
Color Harmonies of #A261FF
Complementary color
Monochromatic Colors of #A261FF
Black with #A261FF
Text Example
Text Example
White with #A261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261FF; }
p { color: rgb(162,97,255); }
H1.HeaderClassName
{
color: #A261FF;
}
.AnyTagClassName
{
color: #A261FF;
}
</style>
background-color css
<style>
a { background-color: #A261FF; }
a { background-color: rgb(162,97,255); }
div.DivClassName
{
background-color: #A261FF;
}
.BgClassName
{
background-color: #A261FF;
}
</style>
border-color css
<style>
span { border-color: #A261FF; }
span { border-color: rgb(162,97,255); }
td.TdClassName
{
border-color: #A261FF;
}
.TagClassName
{
border-color: #A261FF;
}
</style>