Shades of Light Slate Blue #A172FD
Tints of Light Slate Blue #A172FD
RGB
CMYK
RGB Variations
Color information
#A172FD (or 0xA172FD) is known color: Light Slate Blue. HEX triplet: A1, 72 and FD. RGB value is (161,114,253). Sum of RGB (Red+Green+Blue) = 161+114+253=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A172FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172FD is #5E8D02. Grayscale: #8F8F8F. Windows color (decimal): -6196483 or 16609953. OLE color: 16609953.
HSL color Cylindrical-coordinate representation of color #A172FD: hue angle of 260.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A172FD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 114 | 253 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.01 |
| HSL | 260.29º | 0.97% | 0.72% | - |
| HSV(B) | 260.29º | 0.55% | 0.99% | - |
| XYZ | 38.44 | 26.7 | 96.06 | - |
| YUV | 143.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 253 | 0.36 | 0.55 | 0 | 0.01 | 260.29 | 0.97 | 0.72 |
| Hex | A1 | 72 | FD | 24 | 37 | 0 | 1 | 104 | 61 | 48 |
| Octal | 241 | 162 | 375 | 44 | 67 | 0 | 1 | 404 | 141 | 110 |
| Binary | 10100001 | 1110010 | 11111101 | 100100 | 110111 | 0 | 1 | 100000100 | 1100001 | 1001000 |
Color Harmonies of #A172FD
Complementary color
Monochromatic Colors of #A172FD
Black with #A172FD
Text Example
Text Example
White with #A172FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172FD; }
p { color: rgb(161,114,253); }
H1.HeaderClassName
{
color: #A172FD;
}
.AnyTagClassName
{
color: #A172FD;
}
</style>
background-color css
<style>
a { background-color: #A172FD; }
a { background-color: rgb(161,114,253); }
div.DivClassName
{
background-color: #A172FD;
}
.BgClassName
{
background-color: #A172FD;
}
</style>
border-color css
<style>
span { border-color: #A172FD; }
span { border-color: rgb(161,114,253); }
td.TdClassName
{
border-color: #A172FD;
}
.TagClassName
{
border-color: #A172FD;
}
</style>