Shades of Light Slate Blue #A268FF
Tints of Light Slate Blue #A268FF
RGB
CMYK
RGB Variations
Color information
#A268FF (or 0xA268FF) is known color: Light Slate Blue. HEX triplet: A2, 68 and FF. RGB value is (162,104,255). Sum of RGB (Red+Green+Blue) = 162+104+255=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A268FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268FF is #5D9700. Grayscale: #8A8A8A. Windows color (decimal): -6133505 or 16738466. OLE color: 16738466.
HSL color Cylindrical-coordinate representation of color #A268FF: hue angle of 263.05º 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 #A268FF is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 104 | 255 | - |
| CMYK | 0.36 | 0.59 | 0 | 0 |
| HSL | 263.05º | 1% | 0.7% | - |
| HSV(B) | 263.05º | 0.59% | 1% | - |
| XYZ | 37.9 | 24.8 | 97.4 | - |
| YUV | 138.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 255 | 0.36 | 0.59 | 0 | 0 | 263.05 | 1 | 0.7 |
| Hex | A2 | 68 | FF | 24 | 3B | 0 | 0 | 107 | 64 | 46 |
| Octal | 242 | 150 | 377 | 44 | 73 | 0 | 0 | 407 | 144 | 106 |
| Binary | 10100010 | 1101000 | 11111111 | 100100 | 111011 | 0 | 0 | 100000111 | 1100100 | 1000110 |
Color Harmonies of #A268FF
Complementary color
Monochromatic Colors of #A268FF
Black with #A268FF
Text Example
Text Example
White with #A268FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268FF; }
p { color: rgb(162,104,255); }
H1.HeaderClassName
{
color: #A268FF;
}
.AnyTagClassName
{
color: #A268FF;
}
</style>
background-color css
<style>
a { background-color: #A268FF; }
a { background-color: rgb(162,104,255); }
div.DivClassName
{
background-color: #A268FF;
}
.BgClassName
{
background-color: #A268FF;
}
</style>
border-color css
<style>
span { border-color: #A268FF; }
span { border-color: rgb(162,104,255); }
td.TdClassName
{
border-color: #A268FF;
}
.TagClassName
{
border-color: #A268FF;
}
</style>