Html Css Color HEX #A48BA0 London Hue

📋 copy color: '#A48BA0'

red 164 ◦ green 139 ◦ blue 160

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

Shades of London Hue #A48BA0

Tints of London Hue #A48BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 35.42%
G = 30.02%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A48BA0 (or 0xA48BA0) is known color: London Hue. HEX triplet: A4, 8B and A0. RGB value is (164,139,160). Sum of RGB (Red+Green+Blue) = 164+139+160=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A48BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA0 is #5B745F. Grayscale: #949494. Windows color (decimal): -5993568 or 10521508. OLE color: 10521508.

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

Color convert

RGB 164 139 160 -
CMYK 0 0.15 0.02 0.36
HSL 309.6º 0.12% 0.59% -
HSV(B) 309.6º 0.15% 0.64% -
XYZ 30.89 28.9 37.21 -
YUV 148.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 164 139 160 0 0.15 0.02 0.36 309.6 0.12 0.59
Hex A4 8B A0 0 F 2 24 136 C 3B
Octal 244 213 240 0 17 2 44 466 14 73
Binary 10100100 10001011 10100000 0 1111 10 100100 100110110 1100 111011

Color Harmonies of #A48BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BA0

Black with #A48BA0

Text Example


Text Example

White with #A48BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BA0; }

 p { color: rgb(164,139,160); }

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

background-color css

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

 a { background-color: rgb(164,139,160); }

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

border-color css

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

 span { border-color: rgb(164,139,160); }

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