Shades of Light Slate Blue #A382FF
Tints of Light Slate Blue #A382FF
RGB
CMYK
RGB Variations
Color information
#A382FF (or 0xA382FF) is known color: Light Slate Blue. HEX triplet: A3, 82 and FF. RGB value is (163,130,255). Sum of RGB (Red+Green+Blue) = 163+130+255=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A382FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382FF is #5C7D00. Grayscale: #999999. Windows color (decimal): -6061313 or 16745123. OLE color: 16745123.
HSL color Cylindrical-coordinate representation of color #A382FF: hue angle of 255.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A382FF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 130 | 255 | - |
| CMYK | 0.36 | 0.49 | 0 | 0 |
| HSL | 255.84º | 1% | 0.75% | - |
| HSV(B) | 255.84º | 0.49% | 1% | - |
| XYZ | 41.14 | 30.97 | 98.42 | - |
| YUV | 154.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 255 | 0.36 | 0.49 | 0 | 0 | 255.84 | 1 | 0.75 |
| Hex | A3 | 82 | FF | 24 | 31 | 0 | 0 | 100 | 64 | 4B |
| Octal | 243 | 202 | 377 | 44 | 61 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100011 | 10000010 | 11111111 | 100100 | 110001 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A382FF
Complementary color
Monochromatic Colors of #A382FF
Black with #A382FF
Text Example
Text Example
White with #A382FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382FF; }
p { color: rgb(163,130,255); }
H1.HeaderClassName
{
color: #A382FF;
}
.AnyTagClassName
{
color: #A382FF;
}
</style>
background-color css
<style>
a { background-color: #A382FF; }
a { background-color: rgb(163,130,255); }
div.DivClassName
{
background-color: #A382FF;
}
.BgClassName
{
background-color: #A382FF;
}
</style>
border-color css
<style>
span { border-color: #A382FF; }
span { border-color: rgb(163,130,255); }
td.TdClassName
{
border-color: #A382FF;
}
.TagClassName
{
border-color: #A382FF;
}
</style>