Shades of Light Slate Blue #A269FE
Tints of Light Slate Blue #A269FE
RGB
CMYK
RGB Variations
Color information
#A269FE (or 0xA269FE) is known color: Light Slate Blue. HEX triplet: A2, 69 and FE. RGB value is (162,105,254). Sum of RGB (Red+Green+Blue) = 162+105+254=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #A269FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269FE is #5D9601. Grayscale: #8A8A8A. Windows color (decimal): -6133250 or 16673186. OLE color: 16673186.
HSL color Cylindrical-coordinate representation of color #A269FE: hue angle of 262.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A269FE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 105 | 254 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.00 |
| HSL | 262.95º | 0.99% | 0.7% | - |
| HSV(B) | 262.95º | 0.59% | 1% | - |
| XYZ | 37.84 | 24.94 | 96.59 | - |
| YUV | 139.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 254 | 0.36 | 0.59 | 0 | 0.00 | 262.95 | 0.99 | 0.7 |
| Hex | A2 | 69 | FE | 24 | 3B | 0 | 0 | 107 | 63 | 46 |
| Octal | 242 | 151 | 376 | 44 | 73 | 0 | 0 | 407 | 143 | 106 |
| Binary | 10100010 | 1101001 | 11111110 | 100100 | 111011 | 0 | 0 | 100000111 | 1100011 | 1000110 |
Color Harmonies of #A269FE
Complementary color
Monochromatic Colors of #A269FE
Black with #A269FE
Text Example
Text Example
White with #A269FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269FE; }
p { color: rgb(162,105,254); }
H1.HeaderClassName
{
color: #A269FE;
}
.AnyTagClassName
{
color: #A269FE;
}
</style>
background-color css
<style>
a { background-color: #A269FE; }
a { background-color: rgb(162,105,254); }
div.DivClassName
{
background-color: #A269FE;
}
.BgClassName
{
background-color: #A269FE;
}
</style>
border-color css
<style>
span { border-color: #A269FE; }
span { border-color: rgb(162,105,254); }
td.TdClassName
{
border-color: #A269FE;
}
.TagClassName
{
border-color: #A269FE;
}
</style>