Html Css Color HEX #A48EA2 London Hue

📋 copy color: '#A48EA2'

red 164 ◦ green 142 ◦ blue 162

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

Shades of London Hue #A48EA2

Tints of London Hue #A48EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.62%

R = 35.04%
G = 30.34%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A48EA2 (or 0xA48EA2) is known color: London Hue. HEX triplet: A4, 8E and A2. RGB value is (164,142,162). Sum of RGB (Red+Green+Blue) = 164+142+162=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A48EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EA2 is #5B715D. Grayscale: #969696. Windows color (decimal): -5992798 or 10653348. OLE color: 10653348.

HSL color Cylindrical-coordinate representation of color #A48EA2: hue angle of 305.45º 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 #A48EA2 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 162 -
CMYK 0 0.13 0.01 0.36
HSL 305.45º 0.11% 0.6% -
HSV(B) 305.45º 0.13% 0.64% -
XYZ 31.5 29.85 38.28 -
YUV 150.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 164 142 162 0 0.13 0.01 0.36 305.45 0.11 0.6
Hex A4 8E A2 0 D 1 24 131 B 3C
Octal 244 216 242 0 15 1 44 461 13 74
Binary 10100100 10001110 10100010 0 1101 1 100100 100110001 1011 111100

Color Harmonies of #A48EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EA2

Black with #A48EA2

Text Example


Text Example

White with #A48EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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