Shades of Light Slate Blue #A067FC
Tints of Light Slate Blue #A067FC
RGB
CMYK
RGB Variations
Color information
#A067FC (or 0xA067FC) is known color: Light Slate Blue. HEX triplet: A0, 67 and FC. RGB value is (160,103,252). Sum of RGB (Red+Green+Blue) = 160+103+252=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A067FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067FC is #5F9803. Grayscale: #888888. Windows color (decimal): -6264836 or 16541600. OLE color: 16541600.
HSL color Cylindrical-coordinate representation of color #A067FC: hue angle of 262.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A067FC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 103 | 252 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.01 |
| HSL | 262.95º | 0.96% | 0.7% | - |
| HSV(B) | 262.95º | 0.59% | 0.99% | - |
| XYZ | 36.92 | 24.2 | 94.82 | - |
| YUV | 137.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 252 | 0.37 | 0.59 | 0 | 0.01 | 262.95 | 0.96 | 0.7 |
| Hex | A0 | 67 | FC | 25 | 3B | 0 | 1 | 107 | 60 | 46 |
| Octal | 240 | 147 | 374 | 45 | 73 | 0 | 1 | 407 | 140 | 106 |
| Binary | 10100000 | 1100111 | 11111100 | 100101 | 111011 | 0 | 1 | 100000111 | 1100000 | 1000110 |
Color Harmonies of #A067FC
Complementary color
Monochromatic Colors of #A067FC
Black with #A067FC
Text Example
Text Example
White with #A067FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067FC; }
p { color: rgb(160,103,252); }
H1.HeaderClassName
{
color: #A067FC;
}
.AnyTagClassName
{
color: #A067FC;
}
</style>
background-color css
<style>
a { background-color: #A067FC; }
a { background-color: rgb(160,103,252); }
div.DivClassName
{
background-color: #A067FC;
}
.BgClassName
{
background-color: #A067FC;
}
</style>
border-color css
<style>
span { border-color: #A067FC; }
span { border-color: rgb(160,103,252); }
td.TdClassName
{
border-color: #A067FC;
}
.TagClassName
{
border-color: #A067FC;
}
</style>