Shades of Light Slate Blue #A461FF
Tints of Light Slate Blue #A461FF
RGB
CMYK
RGB Variations
Color information
#A461FF (or 0xA461FF) is known color: Light Slate Blue. HEX triplet: A4, 61 and FF. RGB value is (164,97,255). Sum of RGB (Red+Green+Blue) = 164+97+255=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A461FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461FF is #5B9E00. Grayscale: #868686. Windows color (decimal): -6004225 or 16736676. OLE color: 16736676.
HSL color Cylindrical-coordinate representation of color #A461FF: hue angle of 265.44º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A461FF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 97 | 255 | - |
| CMYK | 0.36 | 0.62 | 0 | 0 |
| HSL | 265.44º | 1% | 0.69% | - |
| HSV(B) | 265.44º | 0.62% | 1% | - |
| XYZ | 37.63 | 23.66 | 97.19 | - |
| YUV | 135.05 | 195.7 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 255 | 0.36 | 0.62 | 0 | 0 | 265.44 | 1 | 0.69 |
| Hex | A4 | 61 | FF | 24 | 3E | 0 | 0 | 109 | 64 | 45 |
| Octal | 244 | 141 | 377 | 44 | 76 | 0 | 0 | 411 | 144 | 105 |
| Binary | 10100100 | 1100001 | 11111111 | 100100 | 111110 | 0 | 0 | 100001001 | 1100100 | 1000101 |
Color Harmonies of #A461FF
Complementary color
Monochromatic Colors of #A461FF
Black with #A461FF
Text Example
Text Example
White with #A461FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461FF; }
p { color: rgb(164,97,255); }
H1.HeaderClassName
{
color: #A461FF;
}
.AnyTagClassName
{
color: #A461FF;
}
</style>
background-color css
<style>
a { background-color: #A461FF; }
a { background-color: rgb(164,97,255); }
div.DivClassName
{
background-color: #A461FF;
}
.BgClassName
{
background-color: #A461FF;
}
</style>
border-color css
<style>
span { border-color: #A461FF; }
span { border-color: rgb(164,97,255); }
td.TdClassName
{
border-color: #A461FF;
}
.TagClassName
{
border-color: #A461FF;
}
</style>