Shades of London Hue #A38CA4
Tints of London Hue #A38CA4
RGB
CMYK
RGB Variations
Color information
#A38CA4 (or 0xA38CA4) is known color: London Hue. HEX triplet: A3, 8C and A4. RGB value is (163,140,164). Sum of RGB (Red+Green+Blue) = 163+140+164=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #A38CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CA4 is #5C735B. Grayscale: #959595. Windows color (decimal): -6058844 or 10783907. OLE color: 10783907.
HSL color Cylindrical-coordinate representation of color #A38CA4: hue angle of 297.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38CA4 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 164 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.36 |
| HSL | 297.5º | 0.12% | 0.6% | - |
| HSV(B) | 297.5º | 0.15% | 0.64% | - |
| XYZ | 31.18 | 29.22 | 39.12 | - |
| YUV | 149.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 164 | 0.01 | 0.15 | 0 | 0.36 | 297.5 | 0.12 | 0.6 |
| Hex | A3 | 8C | A4 | 1 | F | 0 | 24 | 12A | C | 3C |
| Octal | 243 | 214 | 244 | 1 | 17 | 0 | 44 | 452 | 14 | 74 |
| Binary | 10100011 | 10001100 | 10100100 | 1 | 1111 | 0 | 100100 | 100101010 | 1100 | 111100 |
Color Harmonies of #A38CA4
Complementary color
Monochromatic Colors of #A38CA4
Black with #A38CA4
Text Example
Text Example
White with #A38CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CA4; }
p { color: rgb(163,140,164); }
H1.HeaderClassName
{
color: #A38CA4;
}
.AnyTagClassName
{
color: #A38CA4;
}
</style>
background-color css
<style>
a { background-color: #A38CA4; }
a { background-color: rgb(163,140,164); }
div.DivClassName
{
background-color: #A38CA4;
}
.BgClassName
{
background-color: #A38CA4;
}
</style>
border-color css
<style>
span { border-color: #A38CA4; }
span { border-color: rgb(163,140,164); }
td.TdClassName
{
border-color: #A38CA4;
}
.TagClassName
{
border-color: #A38CA4;
}
</style>