Html Css Color HEX #A484A6 London Hue

📋 copy color: '#A484A6'

red 164 ◦ green 132 ◦ blue 166

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

Shades of London Hue #A484A6

Tints of London Hue #A484A6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 35.5%
G = 28.57%
B = 35.93%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A484A6 (or 0xA484A6) is known color: London Hue. HEX triplet: A4, 84 and A6. RGB value is (164,132,166). Sum of RGB (Red+Green+Blue) = 164+132+166=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 166 - color contains mainly: blue. Hex color #A484A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484A6 is #5B7B59. Grayscale: #919191. Windows color (decimal): -5995354 or 10912932. OLE color: 10912932.

HSL color Cylindrical-coordinate representation of color #A484A6: hue angle of 296.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A484A6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 132 166 -
CMYK 0.01 0.20 0 0.35
HSL 296.47º 0.16% 0.58% -
HSV(B) 296.47º 0.2% 0.65% -
XYZ 30.44 27.15 39.71 -
YUV 145.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 164 132 166 0.01 0.20 0 0.35 296.47 0.16 0.58
Hex A4 84 A6 1 14 0 23 128 10 3A
Octal 244 204 246 1 24 0 43 450 20 72
Binary 10100100 10000100 10100110 1 10100 0 100011 100101000 10000 111010

Color Harmonies of #A484A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484A6

Black with #A484A6

Text Example


Text Example

White with #A484A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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