Shades of Light Slate Blue #A075FC
Tints of Light Slate Blue #A075FC
RGB
CMYK
RGB Variations
Color information
#A075FC (or 0xA075FC) is known color: Light Slate Blue. HEX triplet: A0, 75 and FC. RGB value is (160,117,252). Sum of RGB (Red+Green+Blue) = 160+117+252=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #A075FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A075FC is #5F8A03. Grayscale: #909090. Windows color (decimal): -6261252 or 16545184. OLE color: 16545184.
HSL color Cylindrical-coordinate representation of color #A075FC: hue angle of 259.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A075FC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 117 | 252 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.01 |
| HSL | 259.11º | 0.96% | 0.72% | - |
| HSV(B) | 259.11º | 0.54% | 0.99% | - |
| XYZ | 38.43 | 27.22 | 95.32 | - |
| YUV | 145.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 252 | 0.37 | 0.54 | 0 | 0.01 | 259.11 | 0.96 | 0.72 |
| Hex | A0 | 75 | FC | 25 | 36 | 0 | 1 | 103 | 60 | 48 |
| Octal | 240 | 165 | 374 | 45 | 66 | 0 | 1 | 403 | 140 | 110 |
| Binary | 10100000 | 1110101 | 11111100 | 100101 | 110110 | 0 | 1 | 100000011 | 1100000 | 1001000 |
Color Harmonies of #A075FC
Complementary color
Monochromatic Colors of #A075FC
Black with #A075FC
Text Example
Text Example
White with #A075FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A075FC; }
p { color: rgb(160,117,252); }
H1.HeaderClassName
{
color: #A075FC;
}
.AnyTagClassName
{
color: #A075FC;
}
</style>
background-color css
<style>
a { background-color: #A075FC; }
a { background-color: rgb(160,117,252); }
div.DivClassName
{
background-color: #A075FC;
}
.BgClassName
{
background-color: #A075FC;
}
</style>
border-color css
<style>
span { border-color: #A075FC; }
span { border-color: rgb(160,117,252); }
td.TdClassName
{
border-color: #A075FC;
}
.TagClassName
{
border-color: #A075FC;
}
</style>