Html Css Color HEX #A486A8 London Hue

📋 copy color: '#A486A8'

red 164 ◦ green 134 ◦ blue 168

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

Shades of London Hue #A486A8

Tints of London Hue #A486A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 35.19%
G = 28.76%
B = 36.05%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A486A8 (or 0xA486A8) is known color: London Hue. HEX triplet: A4, 86 and A8. RGB value is (164,134,168). Sum of RGB (Red+Green+Blue) = 164+134+168=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 168 - color contains mainly: blue. Hex color #A486A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486A8 is #5B7957. Grayscale: #929292. Windows color (decimal): -5994840 or 11044516. OLE color: 11044516.

HSL color Cylindrical-coordinate representation of color #A486A8: hue angle of 292.94º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A486A8 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 134 168 -
CMYK 0.02 0.20 0 0.34
HSL 292.94º 0.16% 0.59% -
HSV(B) 292.94º 0.2% 0.66% -
XYZ 30.9 27.77 40.78 -
YUV 146.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 164 134 168 0.02 0.20 0 0.34 292.94 0.16 0.59
Hex A4 86 A8 2 14 0 22 125 10 3B
Octal 244 206 250 2 24 0 42 445 20 73
Binary 10100100 10000110 10101000 10 10100 0 100010 100100101 10000 111011

Color Harmonies of #A486A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486A8

Black with #A486A8

Text Example


Text Example

White with #A486A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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