Html Css Color HEX #A486A6 London Hue

📋 copy color: '#A486A6'

red 164 ◦ green 134 ◦ blue 166

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

Shades of London Hue #A486A6

Tints of London Hue #A486A6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 35.34%
G = 28.88%
B = 35.78%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A486A6 (or 0xA486A6) is known color: London Hue. HEX triplet: A4, 86 and A6. RGB value is (164,134,166). Sum of RGB (Red+Green+Blue) = 164+134+166=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 166 - color contains mainly: blue. Hex color #A486A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486A6 is #5B7959. Grayscale: #929292. Windows color (decimal): -5994842 or 10913444. OLE color: 10913444.

HSL color Cylindrical-coordinate representation of color #A486A6: hue angle of 296.25º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A486A6 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 134 166 -
CMYK 0.01 0.19 0 0.35
HSL 296.25º 0.15% 0.59% -
HSV(B) 296.25º 0.19% 0.65% -
XYZ 30.72 27.7 39.8 -
YUV 146.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 164 134 166 0.01 0.19 0 0.35 296.25 0.15 0.59
Hex A4 86 A6 1 13 0 23 128 F 3B
Octal 244 206 246 1 23 0 43 450 17 73
Binary 10100100 10000110 10100110 1 10011 0 100011 100101000 1111 111011

Color Harmonies of #A486A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486A6

Black with #A486A6

Text Example


Text Example

White with #A486A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486A6; }

 p { color: rgb(164,134,166); }

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

background-color css

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

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

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

border-color css

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

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

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