Shades of Light Slate Blue #A065FE
Tints of Light Slate Blue #A065FE
RGB
CMYK
RGB Variations
Color information
#A065FE (or 0xA065FE) is known color: Light Slate Blue. HEX triplet: A0, 65 and FE. RGB value is (160,101,254). Sum of RGB (Red+Green+Blue) = 160+101+254=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 101 (39.84% from 255 or 19.61% 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 #A065FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065FE is #5F9A01. Grayscale: #878787. Windows color (decimal): -6265346 or 16672160. OLE color: 16672160.
HSL color Cylindrical-coordinate representation of color #A065FE: hue angle of 263.14º 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 #A065FE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 101 | 254 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.00 |
| HSL | 263.14º | 0.99% | 0.7% | - |
| HSV(B) | 263.14º | 0.6% | 1% | - |
| XYZ | 37.04 | 23.94 | 96.43 | - |
| YUV | 136.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 254 | 0.37 | 0.60 | 0 | 0.00 | 263.14 | 0.99 | 0.7 |
| Hex | A0 | 65 | FE | 25 | 3C | 0 | 0 | 107 | 63 | 46 |
| Octal | 240 | 145 | 376 | 45 | 74 | 0 | 0 | 407 | 143 | 106 |
| Binary | 10100000 | 1100101 | 11111110 | 100101 | 111100 | 0 | 0 | 100000111 | 1100011 | 1000110 |
Color Harmonies of #A065FE
Complementary color
Monochromatic Colors of #A065FE
Black with #A065FE
Text Example
Text Example
White with #A065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065FE; }
p { color: rgb(160,101,254); }
H1.HeaderClassName
{
color: #A065FE;
}
.AnyTagClassName
{
color: #A065FE;
}
</style>
background-color css
<style>
a { background-color: #A065FE; }
a { background-color: rgb(160,101,254); }
div.DivClassName
{
background-color: #A065FE;
}
.BgClassName
{
background-color: #A065FE;
}
</style>
border-color css
<style>
span { border-color: #A065FE; }
span { border-color: rgb(160,101,254); }
td.TdClassName
{
border-color: #A065FE;
}
.TagClassName
{
border-color: #A065FE;
}
</style>