Shades of Light Slate Blue #A067FE
Tints of Light Slate Blue #A067FE
RGB
CMYK
RGB Variations
Color information
#A067FE (or 0xA067FE) is known color: Light Slate Blue. HEX triplet: A0, 67 and FE. RGB value is (160,103,254). Sum of RGB (Red+Green+Blue) = 160+103+254=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #A067FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067FE is #5F9801. Grayscale: #888888. Windows color (decimal): -6264834 or 16672672. OLE color: 16672672.
HSL color Cylindrical-coordinate representation of color #A067FE: hue angle of 262.65º 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 #A067FE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 103 | 254 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.00 |
| HSL | 262.65º | 0.99% | 0.7% | - |
| HSV(B) | 262.65º | 0.59% | 1% | - |
| XYZ | 37.24 | 24.33 | 96.5 | - |
| YUV | 137.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 254 | 0.37 | 0.59 | 0 | 0.00 | 262.65 | 0.99 | 0.7 |
| Hex | A0 | 67 | FE | 25 | 3B | 0 | 0 | 107 | 63 | 46 |
| Octal | 240 | 147 | 376 | 45 | 73 | 0 | 0 | 407 | 143 | 106 |
| Binary | 10100000 | 1100111 | 11111110 | 100101 | 111011 | 0 | 0 | 100000111 | 1100011 | 1000110 |
Color Harmonies of #A067FE
Complementary color
Monochromatic Colors of #A067FE
Black with #A067FE
Text Example
Text Example
White with #A067FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067FE; }
p { color: rgb(160,103,254); }
H1.HeaderClassName
{
color: #A067FE;
}
.AnyTagClassName
{
color: #A067FE;
}
</style>
background-color css
<style>
a { background-color: #A067FE; }
a { background-color: rgb(160,103,254); }
div.DivClassName
{
background-color: #A067FE;
}
.BgClassName
{
background-color: #A067FE;
}
</style>
border-color css
<style>
span { border-color: #A067FE; }
span { border-color: rgb(160,103,254); }
td.TdClassName
{
border-color: #A067FE;
}
.TagClassName
{
border-color: #A067FE;
}
</style>