Html Css Color HEX #A488A0 London Hue

📋 copy color: '#A488A0'

red 164 ◦ green 136 ◦ blue 160

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

Shades of London Hue #A488A0

Tints of London Hue #A488A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 35.65%
G = 29.57%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A488A0 (or 0xA488A0) is known color: London Hue. HEX triplet: A4, 88 and A0. RGB value is (164,136,160). Sum of RGB (Red+Green+Blue) = 164+136+160=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A488A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488A0 is #5B775F. Grayscale: #939393. Windows color (decimal): -5994336 or 10520740. OLE color: 10520740.

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

Color convert

RGB 164 136 160 -
CMYK 0 0.17 0.02 0.36
HSL 308.57º 0.13% 0.59% -
HSV(B) 308.57º 0.17% 0.64% -
XYZ 30.46 28.04 37.06 -
YUV 147.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 164 136 160 0 0.17 0.02 0.36 308.57 0.13 0.59
Hex A4 88 A0 0 11 2 24 135 D 3B
Octal 244 210 240 0 21 2 44 465 15 73
Binary 10100100 10001000 10100000 0 10001 10 100100 100110101 1101 111011

Color Harmonies of #A488A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488A0

Black with #A488A0

Text Example


Text Example

White with #A488A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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