Shades of Deep Lilac #A341B8
Tints of Deep Lilac #A341B8
RGB
CMYK
RGB Variations
Color information
#A341B8 (or 0xA341B8) is known color: Deep Lilac. HEX triplet: A3, 41 and B8. RGB value is (163,65,184). Sum of RGB (Red+Green+Blue) = 163+65+184=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #A341B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341B8 is #5CBE47. Grayscale: #6B6B6B. Windows color (decimal): -6078024 or 12075427. OLE color: 12075427.
HSL color Cylindrical-coordinate representation of color #A341B8: hue angle of 289.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A341B8 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 65 | 184 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.28 |
| HSL | 289.41º | 0.48% | 0.49% | - |
| HSV(B) | 289.41º | 0.65% | 0.72% | - |
| XYZ | 25.65 | 15.03 | 46.9 | - |
| YUV | 107.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 184 | 0.11 | 0.65 | 0 | 0.28 | 289.41 | 0.48 | 0.49 |
| Hex | A3 | 41 | B8 | B | 41 | 0 | 1C | 121 | 30 | 31 |
| Octal | 243 | 101 | 270 | 13 | 101 | 0 | 34 | 441 | 60 | 61 |
| Binary | 10100011 | 1000001 | 10111000 | 1011 | 1000001 | 0 | 11100 | 100100001 | 110000 | 110001 |
Color Harmonies of #A341B8
Complementary color
Monochromatic Colors of #A341B8
Black with #A341B8
Text Example
Text Example
White with #A341B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341B8; }
p { color: rgb(163,65,184); }
H1.HeaderClassName
{
color: #A341B8;
}
.AnyTagClassName
{
color: #A341B8;
}
</style>
background-color css
<style>
a { background-color: #A341B8; }
a { background-color: rgb(163,65,184); }
div.DivClassName
{
background-color: #A341B8;
}
.BgClassName
{
background-color: #A341B8;
}
</style>
border-color css
<style>
span { border-color: #A341B8; }
span { border-color: rgb(163,65,184); }
td.TdClassName
{
border-color: #A341B8;
}
.TagClassName
{
border-color: #A341B8;
}
</style>