Shades of Light Slate Blue #A68AFE
Tints of Light Slate Blue #A68AFE
RGB
CMYK
RGB Variations
Color information
#A68AFE (or 0xA68AFE) is known color: Light Slate Blue. HEX triplet: A6, 8A and FE. RGB value is (166,138,254). Sum of RGB (Red+Green+Blue) = 166+138+254=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AFE is #597501. Grayscale: #9F9F9F. Windows color (decimal): -5862658 or 16681638. OLE color: 16681638.
HSL color Cylindrical-coordinate representation of color #A68AFE: hue angle of 254.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A68AFE is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 138 | 254 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.00 |
| HSL | 254.48º | 0.98% | 0.77% | - |
| HSV(B) | 254.48º | 0.46% | 1% | - |
| XYZ | 42.7 | 33.44 | 97.97 | - |
| YUV | 159.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 254 | 0.35 | 0.46 | 0 | 0.00 | 254.48 | 0.98 | 0.77 |
| Hex | A6 | 8A | FE | 23 | 2E | 0 | 0 | FE | 62 | 4D |
| Octal | 246 | 212 | 376 | 43 | 56 | 0 | 0 | 376 | 142 | 115 |
| Binary | 10100110 | 10001010 | 11111110 | 100011 | 101110 | 0 | 0 | 11111110 | 1100010 | 1001101 |
Color Harmonies of #A68AFE
Complementary color
Monochromatic Colors of #A68AFE
Black with #A68AFE
Text Example
Text Example
White with #A68AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AFE; }
p { color: rgb(166,138,254); }
H1.HeaderClassName
{
color: #A68AFE;
}
.AnyTagClassName
{
color: #A68AFE;
}
</style>
background-color css
<style>
a { background-color: #A68AFE; }
a { background-color: rgb(166,138,254); }
div.DivClassName
{
background-color: #A68AFE;
}
.BgClassName
{
background-color: #A68AFE;
}
</style>
border-color css
<style>
span { border-color: #A68AFE; }
span { border-color: rgb(166,138,254); }
td.TdClassName
{
border-color: #A68AFE;
}
.TagClassName
{
border-color: #A68AFE;
}
</style>