Shades of Light Slate Blue #A165FD
Tints of Light Slate Blue #A165FD
RGB
CMYK
RGB Variations
Color information
#A165FD (or 0xA165FD) is known color: Light Slate Blue. HEX triplet: A1, 65 and FD. RGB value is (161,101,253). Sum of RGB (Red+Green+Blue) = 161+101+253=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A165FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165FD is #5E9A02. Grayscale: #878787. Windows color (decimal): -6199811 or 16606625. OLE color: 16606625.
HSL color Cylindrical-coordinate representation of color #A165FD: hue angle of 263.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A165FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 101 | 253 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.01 |
| HSL | 263.68º | 0.97% | 0.69% | - |
| HSV(B) | 263.68º | 0.6% | 0.99% | - |
| XYZ | 37.08 | 23.98 | 95.6 | - |
| YUV | 136.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 253 | 0.36 | 0.60 | 0 | 0.01 | 263.68 | 0.97 | 0.69 |
| Hex | A1 | 65 | FD | 24 | 3C | 0 | 1 | 108 | 61 | 45 |
| Octal | 241 | 145 | 375 | 44 | 74 | 0 | 1 | 410 | 141 | 105 |
| Binary | 10100001 | 1100101 | 11111101 | 100100 | 111100 | 0 | 1 | 100001000 | 1100001 | 1000101 |
Color Harmonies of #A165FD
Complementary color
Monochromatic Colors of #A165FD
Black with #A165FD
Text Example
Text Example
White with #A165FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165FD; }
p { color: rgb(161,101,253); }
H1.HeaderClassName
{
color: #A165FD;
}
.AnyTagClassName
{
color: #A165FD;
}
</style>
background-color css
<style>
a { background-color: #A165FD; }
a { background-color: rgb(161,101,253); }
div.DivClassName
{
background-color: #A165FD;
}
.BgClassName
{
background-color: #A165FD;
}
</style>
border-color css
<style>
span { border-color: #A165FD; }
span { border-color: rgb(161,101,253); }
td.TdClassName
{
border-color: #A165FD;
}
.TagClassName
{
border-color: #A165FD;
}
</style>