Shades of Light Slate Blue #A568FF
Tints of Light Slate Blue #A568FF
RGB
CMYK
RGB Variations
Color information
#A568FF (or 0xA568FF) is known color: Light Slate Blue. HEX triplet: A5, 68 and FF. RGB value is (165,104,255). Sum of RGB (Red+Green+Blue) = 165+104+255=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A568FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568FF is #5A9700. Grayscale: #8A8A8A. Windows color (decimal): -5936897 or 16738469. OLE color: 16738469.
HSL color Cylindrical-coordinate representation of color #A568FF: hue angle of 264.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A568FF is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 104 | 255 | - |
| CMYK | 0.35 | 0.59 | 0 | 0 |
| HSL | 264.24º | 1% | 0.7% | - |
| HSV(B) | 264.24º | 0.59% | 1% | - |
| XYZ | 38.52 | 25.12 | 97.43 | - |
| YUV | 139.45 | 193.21 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 255 | 0.35 | 0.59 | 0 | 0 | 264.24 | 1 | 0.7 |
| Hex | A5 | 68 | FF | 23 | 3B | 0 | 0 | 108 | 64 | 46 |
| Octal | 245 | 150 | 377 | 43 | 73 | 0 | 0 | 410 | 144 | 106 |
| Binary | 10100101 | 1101000 | 11111111 | 100011 | 111011 | 0 | 0 | 100001000 | 1100100 | 1000110 |
Color Harmonies of #A568FF
Complementary color
Monochromatic Colors of #A568FF
Black with #A568FF
Text Example
Text Example
White with #A568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568FF; }
p { color: rgb(165,104,255); }
H1.HeaderClassName
{
color: #A568FF;
}
.AnyTagClassName
{
color: #A568FF;
}
</style>
background-color css
<style>
a { background-color: #A568FF; }
a { background-color: rgb(165,104,255); }
div.DivClassName
{
background-color: #A568FF;
}
.BgClassName
{
background-color: #A568FF;
}
</style>
border-color css
<style>
span { border-color: #A568FF; }
span { border-color: rgb(165,104,255); }
td.TdClassName
{
border-color: #A568FF;
}
.TagClassName
{
border-color: #A568FF;
}
</style>