Shades of Light Slate Blue #A069FE
Tints of Light Slate Blue #A069FE
RGB
CMYK
RGB Variations
Color information
#A069FE (or 0xA069FE) is known color: Light Slate Blue. HEX triplet: A0, 69 and FE. RGB value is (160,105,254). Sum of RGB (Red+Green+Blue) = 160+105+254=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A069FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069FE is #5F9601. Grayscale: #898989. Windows color (decimal): -6264322 or 16673184. OLE color: 16673184.
HSL color Cylindrical-coordinate representation of color #A069FE: hue angle of 262.15º 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 #A069FE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 105 | 254 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.00 |
| HSL | 262.15º | 0.99% | 0.7% | - |
| HSV(B) | 262.15º | 0.59% | 1% | - |
| XYZ | 37.44 | 24.73 | 96.57 | - |
| YUV | 138.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 254 | 0.37 | 0.59 | 0 | 0.00 | 262.15 | 0.99 | 0.7 |
| Hex | A0 | 69 | FE | 25 | 3B | 0 | 0 | 106 | 63 | 46 |
| Octal | 240 | 151 | 376 | 45 | 73 | 0 | 0 | 406 | 143 | 106 |
| Binary | 10100000 | 1101001 | 11111110 | 100101 | 111011 | 0 | 0 | 100000110 | 1100011 | 1000110 |
Color Harmonies of #A069FE
Complementary color
Monochromatic Colors of #A069FE
Black with #A069FE
Text Example
Text Example
White with #A069FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069FE; }
p { color: rgb(160,105,254); }
H1.HeaderClassName
{
color: #A069FE;
}
.AnyTagClassName
{
color: #A069FE;
}
</style>
background-color css
<style>
a { background-color: #A069FE; }
a { background-color: rgb(160,105,254); }
div.DivClassName
{
background-color: #A069FE;
}
.BgClassName
{
background-color: #A069FE;
}
</style>
border-color css
<style>
span { border-color: #A069FE; }
span { border-color: rgb(160,105,254); }
td.TdClassName
{
border-color: #A069FE;
}
.TagClassName
{
border-color: #A069FE;
}
</style>