Shades of Light Slate Blue #A069FF
Tints of Light Slate Blue #A069FF
RGB
CMYK
RGB Variations
Color information
#A069FF (or 0xA069FF) is known color: Light Slate Blue. HEX triplet: A0, 69 and FF. RGB value is (160,105,255). Sum of RGB (Red+Green+Blue) = 160+105+255=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A069FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069FF is #5F9600. Grayscale: #8A8A8A. Windows color (decimal): -6264321 or 16738720. OLE color: 16738720.
HSL color Cylindrical-coordinate representation of color #A069FF: hue angle of 262º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A069FF is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 105 | 255 | - |
| CMYK | 0.37 | 0.59 | 0 | 0 |
| HSL | 262º | 1% | 0.71% | - |
| HSV(B) | 262º | 0.59% | 1% | - |
| XYZ | 37.6 | 24.8 | 97.41 | - |
| YUV | 138.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 255 | 0.37 | 0.59 | 0 | 0 | 262 | 1 | 0.71 |
| Hex | A0 | 69 | FF | 25 | 3B | 0 | 0 | 106 | 64 | 47 |
| Octal | 240 | 151 | 377 | 45 | 73 | 0 | 0 | 406 | 144 | 107 |
| Binary | 10100000 | 1101001 | 11111111 | 100101 | 111011 | 0 | 0 | 100000110 | 1100100 | 1000111 |
Color Harmonies of #A069FF
Complementary color
Monochromatic Colors of #A069FF
Black with #A069FF
Text Example
Text Example
White with #A069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069FF; }
p { color: rgb(160,105,255); }
H1.HeaderClassName
{
color: #A069FF;
}
.AnyTagClassName
{
color: #A069FF;
}
</style>
background-color css
<style>
a { background-color: #A069FF; }
a { background-color: rgb(160,105,255); }
div.DivClassName
{
background-color: #A069FF;
}
.BgClassName
{
background-color: #A069FF;
}
</style>
border-color css
<style>
span { border-color: #A069FF; }
span { border-color: rgb(160,105,255); }
td.TdClassName
{
border-color: #A069FF;
}
.TagClassName
{
border-color: #A069FF;
}
</style>