Shades of Light Slate Blue #A075FA
Tints of Light Slate Blue #A075FA
RGB
CMYK
RGB Variations
Color information
#A075FA (or 0xA075FA) is known color: Light Slate Blue. HEX triplet: A0, 75 and FA. RGB value is (160,117,250). Sum of RGB (Red+Green+Blue) = 160+117+250=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A075FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075FA is #5F8A05. Grayscale: #909090. Windows color (decimal): -6261254 or 16414112. OLE color: 16414112.
HSL color Cylindrical-coordinate representation of color #A075FA: hue angle of 259.4º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A075FA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 117 | 250 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.02 |
| HSL | 259.4º | 0.93% | 0.72% | - |
| HSV(B) | 259.4º | 0.53% | 0.98% | - |
| XYZ | 38.11 | 27.1 | 93.66 | - |
| YUV | 145.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 250 | 0.36 | 0.53 | 0 | 0.02 | 259.4 | 0.93 | 0.72 |
| Hex | A0 | 75 | FA | 24 | 35 | 0 | 2 | 103 | 5D | 48 |
| Octal | 240 | 165 | 372 | 44 | 65 | 0 | 2 | 403 | 135 | 110 |
| Binary | 10100000 | 1110101 | 11111010 | 100100 | 110101 | 0 | 10 | 100000011 | 1011101 | 1001000 |
Color Harmonies of #A075FA
Complementary color
Monochromatic Colors of #A075FA
Black with #A075FA
Text Example
Text Example
White with #A075FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075FA; }
p { color: rgb(160,117,250); }
H1.HeaderClassName
{
color: #A075FA;
}
.AnyTagClassName
{
color: #A075FA;
}
</style>
background-color css
<style>
a { background-color: #A075FA; }
a { background-color: rgb(160,117,250); }
div.DivClassName
{
background-color: #A075FA;
}
.BgClassName
{
background-color: #A075FA;
}
</style>
border-color css
<style>
span { border-color: #A075FA; }
span { border-color: rgb(160,117,250); }
td.TdClassName
{
border-color: #A075FA;
}
.TagClassName
{
border-color: #A075FA;
}
</style>