Html Css Color HEX #A48BA4 London Hue

📋 copy color: '#A48BA4'

red 164 ◦ green 139 ◦ blue 164

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

Shades of London Hue #A48BA4

Tints of London Hue #A48BA4

RGB

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

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

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

R = 35.12%
G = 29.76%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A48BA4 (or 0xA48BA4) is known color: London Hue. HEX triplet: A4, 8B and A4. RGB value is (164,139,164). Sum of RGB (Red+Green+Blue) = 164+139+164=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A48BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA4 is #5B745B. Grayscale: #959595. Windows color (decimal): -5993564 or 10783652. OLE color: 10783652.

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

Color convert

RGB 164 139 164 -
CMYK 0 0.15 0 0.36
HSL 300º 0.12% 0.59% -
HSV(B) 300º 0.15% 0.64% -
XYZ 31.24 29.04 39.08 -
YUV 149.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 164 139 164 0 0.15 0 0.36 300 0.12 0.59
Hex A4 8B A4 0 F 0 24 12C C 3B
Octal 244 213 244 0 17 0 44 454 14 73
Binary 10100100 10001011 10100100 0 1111 0 100100 100101100 1100 111011

Color Harmonies of #A48BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BA4

Black with #A48BA4

Text Example


Text Example

White with #A48BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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