Shades of Light Slate Blue #A165FE
Tints of Light Slate Blue #A165FE
RGB
CMYK
RGB Variations
Color information
#A165FE (or 0xA165FE) is known color: Light Slate Blue. HEX triplet: A1, 65 and FE. RGB value is (161,101,254). Sum of RGB (Red+Green+Blue) = 161+101+254=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A165FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165FE is #5E9A01. Grayscale: #878787. Windows color (decimal): -6199810 or 16672161. OLE color: 16672161.
HSL color Cylindrical-coordinate representation of color #A165FE: hue angle of 263.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A165FE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 101 | 254 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.00 |
| HSL | 263.53º | 0.99% | 0.7% | - |
| HSV(B) | 263.53º | 0.6% | 1% | - |
| XYZ | 37.24 | 24.04 | 96.44 | - |
| YUV | 136.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 254 | 0.37 | 0.60 | 0 | 0.00 | 263.53 | 0.99 | 0.7 |
| Hex | A1 | 65 | FE | 25 | 3C | 0 | 0 | 108 | 63 | 46 |
| Octal | 241 | 145 | 376 | 45 | 74 | 0 | 0 | 410 | 143 | 106 |
| Binary | 10100001 | 1100101 | 11111110 | 100101 | 111100 | 0 | 0 | 100001000 | 1100011 | 1000110 |
Color Harmonies of #A165FE
Complementary color
Monochromatic Colors of #A165FE
Black with #A165FE
Text Example
Text Example
White with #A165FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165FE; }
p { color: rgb(161,101,254); }
H1.HeaderClassName
{
color: #A165FE;
}
.AnyTagClassName
{
color: #A165FE;
}
</style>
background-color css
<style>
a { background-color: #A165FE; }
a { background-color: rgb(161,101,254); }
div.DivClassName
{
background-color: #A165FE;
}
.BgClassName
{
background-color: #A165FE;
}
</style>
border-color css
<style>
span { border-color: #A165FE; }
span { border-color: rgb(161,101,254); }
td.TdClassName
{
border-color: #A165FE;
}
.TagClassName
{
border-color: #A165FE;
}
</style>