Html Css Color HEX #AA83A4 London Hue

📋 copy color: '#AA83A4'

red 170 ◦ green 131 ◦ blue 164

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

Shades of London Hue #AA83A4

Tints of London Hue #AA83A4

RGB

 RED value IS 170 (66.8% from 255) = 36.56%

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 36.56%
G = 28.17%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA83A4 (or 0xAA83A4) is known color: London Hue. HEX triplet: AA, 83 and A4. RGB value is (170,131,164). Sum of RGB (Red+Green+Blue) = 170+131+164=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA83A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83A4 is #557C5B. Grayscale: #929292. Windows color (decimal): -5602396 or 10781610. OLE color: 10781610.

HSL color Cylindrical-coordinate representation of color #AA83A4: hue angle of 309.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA83A4 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 164 -
CMYK 0 0.23 0.04 0.33
HSL 309.23º 0.19% 0.59% -
HSV(B) 309.23º 0.23% 0.67% -
XYZ 31.39 27.46 38.77 -
YUV 146.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 170 131 164 0 0.23 0.04 0.33 309.23 0.19 0.59
Hex AA 83 A4 0 17 4 21 135 13 3B
Octal 252 203 244 0 27 4 41 465 23 73
Binary 10101010 10000011 10100100 0 10111 100 100001 100110101 10011 111011

Color Harmonies of #AA83A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83A4

Black with #AA83A4

Text Example


Text Example

White with #AA83A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83A4; }

 p { color: rgb(170,131,164); }

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

background-color css

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

 a { background-color: rgb(170,131,164); }

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

border-color css

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

 span { border-color: rgb(170,131,164); }

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