Shades of Light Slate Blue #A490FD
Tints of Light Slate Blue #A490FD
RGB
CMYK
RGB Variations
Color information
#A490FD (or 0xA490FD) is known color: Light Slate Blue. HEX triplet: A4, 90 and FD. RGB value is (164,144,253). Sum of RGB (Red+Green+Blue) = 164+144+253=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A490FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490FD is #5B6F02. Grayscale: #A1A1A1. Windows color (decimal): -5992195 or 16617636. OLE color: 16617636.
HSL color Cylindrical-coordinate representation of color #A490FD: hue angle of 251.01º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A490FD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 144 | 253 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.01 |
| HSL | 251.01º | 0.96% | 0.78% | - |
| HSV(B) | 251.01º | 0.43% | 0.99% | - |
| XYZ | 43.01 | 34.93 | 97.4 | - |
| YUV | 162.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 253 | 0.35 | 0.43 | 0 | 0.01 | 251.01 | 0.96 | 0.78 |
| Hex | A4 | 90 | FD | 23 | 2B | 0 | 1 | FB | 60 | 4E |
| Octal | 244 | 220 | 375 | 43 | 53 | 0 | 1 | 373 | 140 | 116 |
| Binary | 10100100 | 10010000 | 11111101 | 100011 | 101011 | 0 | 1 | 11111011 | 1100000 | 1001110 |
Color Harmonies of #A490FD
Complementary color
Monochromatic Colors of #A490FD
Black with #A490FD
Text Example
Text Example
White with #A490FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490FD; }
p { color: rgb(164,144,253); }
H1.HeaderClassName
{
color: #A490FD;
}
.AnyTagClassName
{
color: #A490FD;
}
</style>
background-color css
<style>
a { background-color: #A490FD; }
a { background-color: rgb(164,144,253); }
div.DivClassName
{
background-color: #A490FD;
}
.BgClassName
{
background-color: #A490FD;
}
</style>
border-color css
<style>
span { border-color: #A490FD; }
span { border-color: rgb(164,144,253); }
td.TdClassName
{
border-color: #A490FD;
}
.TagClassName
{
border-color: #A490FD;
}
</style>