Shades of Light Slate Blue #A081FD
Tints of Light Slate Blue #A081FD
RGB
CMYK
RGB Variations
Color information
#A081FD (or 0xA081FD) is known color: Light Slate Blue. HEX triplet: A0, 81 and FD. RGB value is (160,129,253). Sum of RGB (Red+Green+Blue) = 160+129+253=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #A081FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081FD is #5F7E02. Grayscale: #979797. Windows color (decimal): -6258179 or 16613792. OLE color: 16613792.
HSL color Cylindrical-coordinate representation of color #A081FD: hue angle of 255º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A081FD is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 129 | 253 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.75% | - |
| HSV(B) | 255º | 0.49% | 0.99% | - |
| XYZ | 40.08 | 30.27 | 96.66 | - |
| YUV | 152.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 253 | 0.37 | 0.49 | 0 | 0.01 | 255 | 0.97 | 0.75 |
| Hex | A0 | 81 | FD | 25 | 31 | 0 | 1 | FF | 61 | 4B |
| Octal | 240 | 201 | 375 | 45 | 61 | 0 | 1 | 377 | 141 | 113 |
| Binary | 10100000 | 10000001 | 11111101 | 100101 | 110001 | 0 | 1 | 11111111 | 1100001 | 1001011 |
Color Harmonies of #A081FD
Complementary color
Monochromatic Colors of #A081FD
Black with #A081FD
Text Example
Text Example
White with #A081FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A081FD; }
p { color: rgb(160,129,253); }
H1.HeaderClassName
{
color: #A081FD;
}
.AnyTagClassName
{
color: #A081FD;
}
</style>
background-color css
<style>
a { background-color: #A081FD; }
a { background-color: rgb(160,129,253); }
div.DivClassName
{
background-color: #A081FD;
}
.BgClassName
{
background-color: #A081FD;
}
</style>
border-color css
<style>
span { border-color: #A081FD; }
span { border-color: rgb(160,129,253); }
td.TdClassName
{
border-color: #A081FD;
}
.TagClassName
{
border-color: #A081FD;
}
</style>