Shades of Light Slate Blue #A274FF
Tints of Light Slate Blue #A274FF
RGB
CMYK
RGB Variations
Color information
#A274FF (or 0xA274FF) is known color: Light Slate Blue. HEX triplet: A2, 74 and FF. RGB value is (162,116,255). Sum of RGB (Red+Green+Blue) = 162+116+255=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A274FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A274FF is #5D8B00. Grayscale: #919191. Windows color (decimal): -6130433 or 16741538. OLE color: 16741538.
HSL color Cylindrical-coordinate representation of color #A274FF: hue angle of 259.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A274FF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 116 | 255 | - |
| CMYK | 0.36 | 0.55 | 0 | 0 |
| HSL | 259.86º | 1% | 0.73% | - |
| HSV(B) | 259.86º | 0.55% | 1% | - |
| XYZ | 39.2 | 27.39 | 97.83 | - |
| YUV | 145.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 255 | 0.36 | 0.55 | 0 | 0 | 259.86 | 1 | 0.73 |
| Hex | A2 | 74 | FF | 24 | 37 | 0 | 0 | 104 | 64 | 49 |
| Octal | 242 | 164 | 377 | 44 | 67 | 0 | 0 | 404 | 144 | 111 |
| Binary | 10100010 | 1110100 | 11111111 | 100100 | 110111 | 0 | 0 | 100000100 | 1100100 | 1001001 |
Color Harmonies of #A274FF
Complementary color
Monochromatic Colors of #A274FF
Black with #A274FF
Text Example
Text Example
White with #A274FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274FF; }
p { color: rgb(162,116,255); }
H1.HeaderClassName
{
color: #A274FF;
}
.AnyTagClassName
{
color: #A274FF;
}
</style>
background-color css
<style>
a { background-color: #A274FF; }
a { background-color: rgb(162,116,255); }
div.DivClassName
{
background-color: #A274FF;
}
.BgClassName
{
background-color: #A274FF;
}
</style>
border-color css
<style>
span { border-color: #A274FF; }
span { border-color: rgb(162,116,255); }
td.TdClassName
{
border-color: #A274FF;
}
.TagClassName
{
border-color: #A274FF;
}
</style>