Html Css Color HEX #A48EA1 London Hue

📋 copy color: '#A48EA1'

red 164 ◦ green 142 ◦ blue 161

#A48EA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A48EA1

Tints of London Hue #A48EA1

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 35.12%
G = 30.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A48EA1 (or 0xA48EA1) is known color: London Hue. HEX triplet: A4, 8E and A1. RGB value is (164,142,161). Sum of RGB (Red+Green+Blue) = 164+142+161=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A48EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EA1 is #5B715E. Grayscale: #969696. Windows color (decimal): -5992799 or 10587812. OLE color: 10587812.

HSL color Cylindrical-coordinate representation of color #A48EA1: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48EA1 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 161 -
CMYK 0 0.13 0.02 0.36
HSL 308.18º 0.11% 0.6% -
HSV(B) 308.18º 0.13% 0.64% -
XYZ 31.42 29.81 37.82 -
YUV 150.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 164 142 161 0 0.13 0.02 0.36 308.18 0.11 0.6
Hex A4 8E A1 0 D 2 24 134 B 3C
Octal 244 216 241 0 15 2 44 464 13 74
Binary 10100100 10001110 10100001 0 1101 10 100100 100110100 1011 111100

Color Harmonies of #A48EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EA1

Black with #A48EA1

Text Example


Text Example

White with #A48EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EA1; }

 p { color: rgb(164,142,161); }

 H1.HeaderClassName
 {
   color: #A48EA1;
 }
 .AnyTagClassName
 {
   color: #A48EA1;
 }
</style>

background-color css

<style>
 a { background-color: #A48EA1; }

 a { background-color: rgb(164,142,161); }

 div.DivClassName
 {
   background-color: #A48EA1;
 }
 .BgClassName
 {
   background-color: #A48EA1;
 }
</style>

border-color css

<style>
 span { border-color: #A48EA1; }

 span { border-color: rgb(164,142,161); }

 td.TdClassName
 {
   border-color: #A48EA1;
 }
 .TagClassName
 {
   border-color: #A48EA1;
 }
</style>