Shades of Light Slate Blue #A264FF
Tints of Light Slate Blue #A264FF
RGB
CMYK
RGB Variations
Color information
#A264FF (or 0xA264FF) is known color: Light Slate Blue. HEX triplet: A2, 64 and FF. RGB value is (162,100,255). Sum of RGB (Red+Green+Blue) = 162+100+255=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A264FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264FF is #5D9B00. Grayscale: #878787. Windows color (decimal): -6134529 or 16737442. OLE color: 16737442.
HSL color Cylindrical-coordinate representation of color #A264FF: hue angle of 264º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A264FF is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 100 | 255 | - |
| CMYK | 0.36 | 0.61 | 0 | 0 |
| HSL | 264º | 1% | 0.7% | - |
| HSV(B) | 264º | 0.61% | 1% | - |
| XYZ | 37.51 | 24.02 | 97.27 | - |
| YUV | 136.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 255 | 0.36 | 0.61 | 0 | 0 | 264 | 1 | 0.7 |
| Hex | A2 | 64 | FF | 24 | 3D | 0 | 0 | 108 | 64 | 46 |
| Octal | 242 | 144 | 377 | 44 | 75 | 0 | 0 | 410 | 144 | 106 |
| Binary | 10100010 | 1100100 | 11111111 | 100100 | 111101 | 0 | 0 | 100001000 | 1100100 | 1000110 |
Color Harmonies of #A264FF
Complementary color
Monochromatic Colors of #A264FF
Black with #A264FF
Text Example
Text Example
White with #A264FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264FF; }
p { color: rgb(162,100,255); }
H1.HeaderClassName
{
color: #A264FF;
}
.AnyTagClassName
{
color: #A264FF;
}
</style>
background-color css
<style>
a { background-color: #A264FF; }
a { background-color: rgb(162,100,255); }
div.DivClassName
{
background-color: #A264FF;
}
.BgClassName
{
background-color: #A264FF;
}
</style>
border-color css
<style>
span { border-color: #A264FF; }
span { border-color: rgb(162,100,255); }
td.TdClassName
{
border-color: #A264FF;
}
.TagClassName
{
border-color: #A264FF;
}
</style>