Shades of Light Slate Blue #A295FD
Tints of Light Slate Blue #A295FD
RGB
CMYK
RGB Variations
Color information
#A295FD (or 0xA295FD) is known color: Light Slate Blue. HEX triplet: A2, 95 and FD. RGB value is (162,149,253). Sum of RGB (Red+Green+Blue) = 162+149+253=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #A295FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295FD is #5D6A02. Grayscale: #A4A4A4. Windows color (decimal): -6121987 or 16618914. OLE color: 16618914.
HSL color Cylindrical-coordinate representation of color #A295FD: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A295FD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 149 | 253 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.01 |
| HSL | 247.5º | 0.96% | 0.79% | - |
| HSV(B) | 247.5º | 0.41% | 0.99% | - |
| XYZ | 43.38 | 36.27 | 97.64 | - |
| YUV | 164.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 253 | 0.36 | 0.41 | 0 | 0.01 | 247.5 | 0.96 | 0.79 |
| Hex | A2 | 95 | FD | 24 | 29 | 0 | 1 | F8 | 60 | 4F |
| Octal | 242 | 225 | 375 | 44 | 51 | 0 | 1 | 370 | 140 | 117 |
| Binary | 10100010 | 10010101 | 11111101 | 100100 | 101001 | 0 | 1 | 11111000 | 1100000 | 1001111 |
Color Harmonies of #A295FD
Complementary color
Monochromatic Colors of #A295FD
Black with #A295FD
Text Example
Text Example
White with #A295FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295FD; }
p { color: rgb(162,149,253); }
H1.HeaderClassName
{
color: #A295FD;
}
.AnyTagClassName
{
color: #A295FD;
}
</style>
background-color css
<style>
a { background-color: #A295FD; }
a { background-color: rgb(162,149,253); }
div.DivClassName
{
background-color: #A295FD;
}
.BgClassName
{
background-color: #A295FD;
}
</style>
border-color css
<style>
span { border-color: #A295FD; }
span { border-color: rgb(162,149,253); }
td.TdClassName
{
border-color: #A295FD;
}
.TagClassName
{
border-color: #A295FD;
}
</style>