Html Css Color HEX #A487A0 London Hue

📋 copy color: '#A487A0'

red 164 ◦ green 135 ◦ blue 160

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

Shades of London Hue #A487A0

Tints of London Hue #A487A0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 35.73%
G = 29.41%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A487A0 (or 0xA487A0) is known color: London Hue. HEX triplet: A4, 87 and A0. RGB value is (164,135,160). Sum of RGB (Red+Green+Blue) = 164+135+160=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A487A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A487A0 is #5B785F. Grayscale: #929292. Windows color (decimal): -5994592 or 10520484. OLE color: 10520484.

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

Color convert

RGB 164 135 160 -
CMYK 0 0.18 0.02 0.36
HSL 308.28º 0.14% 0.59% -
HSV(B) 308.28º 0.18% 0.64% -
XYZ 30.32 27.76 37.02 -
YUV 146.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 164 135 160 0 0.18 0.02 0.36 308.28 0.14 0.59
Hex A4 87 A0 0 12 2 24 134 E 3B
Octal 244 207 240 0 22 2 44 464 16 73
Binary 10100100 10000111 10100000 0 10010 10 100100 100110100 1110 111011

Color Harmonies of #A487A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487A0

Black with #A487A0

Text Example


Text Example

White with #A487A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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