Html Css Color HEX #A48AA1 London Hue

📋 copy color: '#A48AA1'

red 164 ◦ green 138 ◦ blue 161

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

Shades of London Hue #A48AA1

Tints of London Hue #A48AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

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

R = 35.42%
G = 29.81%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A48AA1 (or 0xA48AA1) is known color: London Hue. HEX triplet: A4, 8A and A1. RGB value is (164,138,161). Sum of RGB (Red+Green+Blue) = 164+138+161=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A48AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AA1 is #5B755E. Grayscale: #949494. Windows color (decimal): -5993823 or 10586788. OLE color: 10586788.

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

Color convert

RGB 164 138 161 -
CMYK 0 0.16 0.02 0.36
HSL 306.92º 0.13% 0.59% -
HSV(B) 306.92º 0.16% 0.64% -
XYZ 30.83 28.64 37.62 -
YUV 148.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 164 138 161 0 0.16 0.02 0.36 306.92 0.13 0.59
Hex A4 8A A1 0 10 2 24 133 C 3B
Octal 244 212 241 0 20 2 44 463 14 73
Binary 10100100 10001010 10100001 0 10000 10 100100 100110011 1100 111011

Color Harmonies of #A48AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48AA1

Black with #A48AA1

Text Example


Text Example

White with #A48AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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