Shades of Light Slate Blue #A261FE
Tints of Light Slate Blue #A261FE
RGB
CMYK
RGB Variations
Color information
#A261FE (or 0xA261FE) is known color: Light Slate Blue. HEX triplet: A2, 61 and FE. RGB value is (162,97,254). Sum of RGB (Red+Green+Blue) = 162+97+254=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A261FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261FE is #5D9E01. Grayscale: #858585. Windows color (decimal): -6135298 or 16671138. OLE color: 16671138.
HSL color Cylindrical-coordinate representation of color #A261FE: hue angle of 264.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A261FE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 97 | 254 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.00 |
| HSL | 264.84º | 0.99% | 0.69% | - |
| HSV(B) | 264.84º | 0.62% | 1% | - |
| XYZ | 37.06 | 23.39 | 96.33 | - |
| YUV | 134.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 254 | 0.36 | 0.62 | 0 | 0.00 | 264.84 | 0.99 | 0.69 |
| Hex | A2 | 61 | FE | 24 | 3E | 0 | 0 | 109 | 63 | 45 |
| Octal | 242 | 141 | 376 | 44 | 76 | 0 | 0 | 411 | 143 | 105 |
| Binary | 10100010 | 1100001 | 11111110 | 100100 | 111110 | 0 | 0 | 100001001 | 1100011 | 1000101 |
Color Harmonies of #A261FE
Complementary color
Monochromatic Colors of #A261FE
Black with #A261FE
Text Example
Text Example
White with #A261FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261FE; }
p { color: rgb(162,97,254); }
H1.HeaderClassName
{
color: #A261FE;
}
.AnyTagClassName
{
color: #A261FE;
}
</style>
background-color css
<style>
a { background-color: #A261FE; }
a { background-color: rgb(162,97,254); }
div.DivClassName
{
background-color: #A261FE;
}
.BgClassName
{
background-color: #A261FE;
}
</style>
border-color css
<style>
span { border-color: #A261FE; }
span { border-color: rgb(162,97,254); }
td.TdClassName
{
border-color: #A261FE;
}
.TagClassName
{
border-color: #A261FE;
}
</style>