Shades of Light Slate Blue #A465FE
Tints of Light Slate Blue #A465FE
RGB
CMYK
RGB Variations
Color information
#A465FE (or 0xA465FE) is known color: Light Slate Blue. HEX triplet: A4, 65 and FE. RGB value is (164,101,254). Sum of RGB (Red+Green+Blue) = 164+101+254=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A465FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465FE is #5B9A01. Grayscale: #888888. Windows color (decimal): -6003202 or 16672164. OLE color: 16672164.
HSL color Cylindrical-coordinate representation of color #A465FE: hue angle of 264.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A465FE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 101 | 254 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.00 |
| HSL | 264.71º | 0.99% | 0.7% | - |
| HSV(B) | 264.71º | 0.6% | 1% | - |
| XYZ | 37.85 | 24.36 | 96.47 | - |
| YUV | 137.28 | 193.87 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 254 | 0.35 | 0.60 | 0 | 0.00 | 264.71 | 0.99 | 0.7 |
| Hex | A4 | 65 | FE | 23 | 3C | 0 | 0 | 109 | 63 | 46 |
| Octal | 244 | 145 | 376 | 43 | 74 | 0 | 0 | 411 | 143 | 106 |
| Binary | 10100100 | 1100101 | 11111110 | 100011 | 111100 | 0 | 0 | 100001001 | 1100011 | 1000110 |
Color Harmonies of #A465FE
Complementary color
Monochromatic Colors of #A465FE
Black with #A465FE
Text Example
Text Example
White with #A465FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465FE; }
p { color: rgb(164,101,254); }
H1.HeaderClassName
{
color: #A465FE;
}
.AnyTagClassName
{
color: #A465FE;
}
</style>
background-color css
<style>
a { background-color: #A465FE; }
a { background-color: rgb(164,101,254); }
div.DivClassName
{
background-color: #A465FE;
}
.BgClassName
{
background-color: #A465FE;
}
</style>
border-color css
<style>
span { border-color: #A465FE; }
span { border-color: rgb(164,101,254); }
td.TdClassName
{
border-color: #A465FE;
}
.TagClassName
{
border-color: #A465FE;
}
</style>