Shades of Light Slate Blue #A362FE
Tints of Light Slate Blue #A362FE
RGB
CMYK
RGB Variations
Color information
#A362FE (or 0xA362FE) is known color: Light Slate Blue. HEX triplet: A3, 62 and FE. RGB value is (163,98,254). Sum of RGB (Red+Green+Blue) = 163+98+254=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #A362FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362FE is #5C9D01. Grayscale: #868686. Windows color (decimal): -6069506 or 16671395. OLE color: 16671395.
HSL color Cylindrical-coordinate representation of color #A362FE: hue angle of 265º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A362FE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 98 | 254 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.00 |
| HSL | 265º | 0.99% | 0.69% | - |
| HSV(B) | 265º | 0.61% | 1% | - |
| XYZ | 37.36 | 23.68 | 96.37 | - |
| YUV | 135.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 254 | 0.36 | 0.61 | 0 | 0.00 | 265 | 0.99 | 0.69 |
| Hex | A3 | 62 | FE | 24 | 3D | 0 | 0 | 109 | 63 | 45 |
| Octal | 243 | 142 | 376 | 44 | 75 | 0 | 0 | 411 | 143 | 105 |
| Binary | 10100011 | 1100010 | 11111110 | 100100 | 111101 | 0 | 0 | 100001001 | 1100011 | 1000101 |
Color Harmonies of #A362FE
Complementary color
Monochromatic Colors of #A362FE
Black with #A362FE
Text Example
Text Example
White with #A362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362FE; }
p { color: rgb(163,98,254); }
H1.HeaderClassName
{
color: #A362FE;
}
.AnyTagClassName
{
color: #A362FE;
}
</style>
background-color css
<style>
a { background-color: #A362FE; }
a { background-color: rgb(163,98,254); }
div.DivClassName
{
background-color: #A362FE;
}
.BgClassName
{
background-color: #A362FE;
}
</style>
border-color css
<style>
span { border-color: #A362FE; }
span { border-color: rgb(163,98,254); }
td.TdClassName
{
border-color: #A362FE;
}
.TagClassName
{
border-color: #A362FE;
}
</style>