Shades of Light Slate Blue #A372FE
Tints of Light Slate Blue #A372FE
RGB
CMYK
RGB Variations
Color information
#A372FE (or 0xA372FE) is known color: Light Slate Blue. HEX triplet: A3, 72 and FE. RGB value is (163,114,254). Sum of RGB (Red+Green+Blue) = 163+114+254=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A372FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372FE is #5C8D01. Grayscale: #909090. Windows color (decimal): -6065410 or 16675491. OLE color: 16675491.
HSL color Cylindrical-coordinate representation of color #A372FE: hue angle of 261º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A372FE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 114 | 254 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.00 |
| HSL | 261º | 0.99% | 0.72% | - |
| HSV(B) | 261º | 0.55% | 1% | - |
| XYZ | 39.01 | 26.98 | 96.92 | - |
| YUV | 144.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 254 | 0.36 | 0.55 | 0 | 0.00 | 261 | 0.99 | 0.72 |
| Hex | A3 | 72 | FE | 24 | 37 | 0 | 0 | 105 | 63 | 48 |
| Octal | 243 | 162 | 376 | 44 | 67 | 0 | 0 | 405 | 143 | 110 |
| Binary | 10100011 | 1110010 | 11111110 | 100100 | 110111 | 0 | 0 | 100000101 | 1100011 | 1001000 |
Color Harmonies of #A372FE
Complementary color
Monochromatic Colors of #A372FE
Black with #A372FE
Text Example
Text Example
White with #A372FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A372FE; }
p { color: rgb(163,114,254); }
H1.HeaderClassName
{
color: #A372FE;
}
.AnyTagClassName
{
color: #A372FE;
}
</style>
background-color css
<style>
a { background-color: #A372FE; }
a { background-color: rgb(163,114,254); }
div.DivClassName
{
background-color: #A372FE;
}
.BgClassName
{
background-color: #A372FE;
}
</style>
border-color css
<style>
span { border-color: #A372FE; }
span { border-color: rgb(163,114,254); }
td.TdClassName
{
border-color: #A372FE;
}
.TagClassName
{
border-color: #A372FE;
}
</style>