Shades of Light Slate Blue #A266FF
Tints of Light Slate Blue #A266FF
RGB
CMYK
RGB Variations
Color information
#A266FF (or 0xA266FF) is known color: Light Slate Blue. HEX triplet: A2, 66 and FF. RGB value is (162,102,255). Sum of RGB (Red+Green+Blue) = 162+102+255=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A266FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266FF is #5D9900. Grayscale: #888888. Windows color (decimal): -6134017 or 16737954. OLE color: 16737954.
HSL color Cylindrical-coordinate representation of color #A266FF: hue angle of 263.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A266FF is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 102 | 255 | - |
| CMYK | 0.36 | 0.6 | 0 | 0 |
| HSL | 263.53º | 1% | 0.7% | - |
| HSV(B) | 263.53º | 0.6% | 1% | - |
| XYZ | 37.7 | 24.4 | 97.33 | - |
| YUV | 137.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 255 | 0.36 | 0.6 | 0 | 0 | 263.53 | 1 | 0.7 |
| Hex | A2 | 66 | FF | 24 | 3C | 0 | 0 | 108 | 64 | 46 |
| Octal | 242 | 146 | 377 | 44 | 74 | 0 | 0 | 410 | 144 | 106 |
| Binary | 10100010 | 1100110 | 11111111 | 100100 | 111100 | 0 | 0 | 100001000 | 1100100 | 1000110 |
Color Harmonies of #A266FF
Complementary color
Monochromatic Colors of #A266FF
Black with #A266FF
Text Example
Text Example
White with #A266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266FF; }
p { color: rgb(162,102,255); }
H1.HeaderClassName
{
color: #A266FF;
}
.AnyTagClassName
{
color: #A266FF;
}
</style>
background-color css
<style>
a { background-color: #A266FF; }
a { background-color: rgb(162,102,255); }
div.DivClassName
{
background-color: #A266FF;
}
.BgClassName
{
background-color: #A266FF;
}
</style>
border-color css
<style>
span { border-color: #A266FF; }
span { border-color: rgb(162,102,255); }
td.TdClassName
{
border-color: #A266FF;
}
.TagClassName
{
border-color: #A266FF;
}
</style>