Shades of Light Slate Blue #A270FD
Tints of Light Slate Blue #A270FD
RGB
CMYK
RGB Variations
Color information
#A270FD (or 0xA270FD) is known color: Light Slate Blue. HEX triplet: A2, 70 and FD. RGB value is (162,112,253). Sum of RGB (Red+Green+Blue) = 162+112+253=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #A270FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A270FD is #5D8F02. Grayscale: #8E8E8E. Windows color (decimal): -6131459 or 16609442. OLE color: 16609442.
HSL color Cylindrical-coordinate representation of color #A270FD: hue angle of 261.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A270FD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 112 | 253 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.01 |
| HSL | 261.28º | 0.97% | 0.72% | - |
| HSV(B) | 261.28º | 0.56% | 0.99% | - |
| XYZ | 38.42 | 26.36 | 95.99 | - |
| YUV | 143.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 253 | 0.36 | 0.56 | 0 | 0.01 | 261.28 | 0.97 | 0.72 |
| Hex | A2 | 70 | FD | 24 | 38 | 0 | 1 | 105 | 61 | 48 |
| Octal | 242 | 160 | 375 | 44 | 70 | 0 | 1 | 405 | 141 | 110 |
| Binary | 10100010 | 1110000 | 11111101 | 100100 | 111000 | 0 | 1 | 100000101 | 1100001 | 1001000 |
Color Harmonies of #A270FD
Complementary color
Monochromatic Colors of #A270FD
Black with #A270FD
Text Example
Text Example
White with #A270FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270FD; }
p { color: rgb(162,112,253); }
H1.HeaderClassName
{
color: #A270FD;
}
.AnyTagClassName
{
color: #A270FD;
}
</style>
background-color css
<style>
a { background-color: #A270FD; }
a { background-color: rgb(162,112,253); }
div.DivClassName
{
background-color: #A270FD;
}
.BgClassName
{
background-color: #A270FD;
}
</style>
border-color css
<style>
span { border-color: #A270FD; }
span { border-color: rgb(162,112,253); }
td.TdClassName
{
border-color: #A270FD;
}
.TagClassName
{
border-color: #A270FD;
}
</style>