Shades of Light Slate Blue #A067FD
Tints of Light Slate Blue #A067FD
RGB
CMYK
RGB Variations
Color information
#A067FD (or 0xA067FD) is known color: Light Slate Blue. HEX triplet: A0, 67 and FD. RGB value is (160,103,253). Sum of RGB (Red+Green+Blue) = 160+103+253=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A067FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067FD is #5F9802. Grayscale: #888888. Windows color (decimal): -6264835 or 16607136. OLE color: 16607136.
HSL color Cylindrical-coordinate representation of color #A067FD: hue angle of 262.8º degrees, saturation: 0.97, 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 #A067FD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 103 | 253 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.01 |
| HSL | 262.8º | 0.97% | 0.7% | - |
| HSV(B) | 262.8º | 0.59% | 0.99% | - |
| XYZ | 37.08 | 24.27 | 95.66 | - |
| YUV | 137.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 253 | 0.37 | 0.59 | 0 | 0.01 | 262.8 | 0.97 | 0.7 |
| Hex | A0 | 67 | FD | 25 | 3B | 0 | 1 | 107 | 61 | 46 |
| Octal | 240 | 147 | 375 | 45 | 73 | 0 | 1 | 407 | 141 | 106 |
| Binary | 10100000 | 1100111 | 11111101 | 100101 | 111011 | 0 | 1 | 100000111 | 1100001 | 1000110 |
Color Harmonies of #A067FD
Complementary color
Monochromatic Colors of #A067FD
Black with #A067FD
Text Example
Text Example
White with #A067FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067FD; }
p { color: rgb(160,103,253); }
H1.HeaderClassName
{
color: #A067FD;
}
.AnyTagClassName
{
color: #A067FD;
}
</style>
background-color css
<style>
a { background-color: #A067FD; }
a { background-color: rgb(160,103,253); }
div.DivClassName
{
background-color: #A067FD;
}
.BgClassName
{
background-color: #A067FD;
}
</style>
border-color css
<style>
span { border-color: #A067FD; }
span { border-color: rgb(160,103,253); }
td.TdClassName
{
border-color: #A067FD;
}
.TagClassName
{
border-color: #A067FD;
}
</style>