Html Css Color HEX #A484A5 London Hue

📋 copy color: '#A484A5'

red 164 ◦ green 132 ◦ blue 165

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

Shades of London Hue #A484A5

Tints of London Hue #A484A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.79%

R = 35.57%
G = 28.63%
B = 35.79%

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

#A484A5 (or 0xA484A5) is known color: London Hue. HEX triplet: A4, 84 and A5. RGB value is (164,132,165). Sum of RGB (Red+Green+Blue) = 164+132+165=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 165 - color contains mainly: blue. Hex color #A484A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484A5 is #5B7B5A. Grayscale: #919191. Windows color (decimal): -5995355 or 10847396. OLE color: 10847396.

HSL color Cylindrical-coordinate representation of color #A484A5: hue angle of 298.18º degrees, saturation: 0.15, 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 #A484A5 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 132 165 -
CMYK 0.01 0.20 0 0.35
HSL 298.18º 0.15% 0.58% -
HSV(B) 298.18º 0.2% 0.65% -
XYZ 30.35 27.11 39.23 -
YUV 145.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 164 132 165 0.01 0.20 0 0.35 298.18 0.15 0.58
Hex A4 84 A5 1 14 0 23 12A F 3A
Octal 244 204 245 1 24 0 43 452 17 72
Binary 10100100 10000100 10100101 1 10100 0 100011 100101010 1111 111010

Color Harmonies of #A484A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484A5

Black with #A484A5

Text Example


Text Example

White with #A484A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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