Html Css Color HEX #AA83AF London Hue

📋 copy color: '#AA83AF'

red 170 ◦ green 131 ◦ blue 175

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

Shades of London Hue #AA83AF

Tints of London Hue #AA83AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 35.71%
G = 27.52%
B = 36.76%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA83AF (or 0xAA83AF) is known color: London Hue. HEX triplet: AA, 83 and AF. RGB value is (170,131,175). Sum of RGB (Red+Green+Blue) = 170+131+175=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AF is #557C50. Grayscale: #939393. Windows color (decimal): -5602385 or 11502506. OLE color: 11502506.

HSL color Cylindrical-coordinate representation of color #AA83AF: hue angle of 293.18º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA83AF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 131 175 -
CMYK 0.03 0.25 0 0.31
HSL 293.18º 0.22% 0.6% -
HSV(B) 293.18º 0.25% 0.69% -
XYZ 32.43 27.87 44.23 -
YUV 147.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 170 131 175 0.03 0.25 0 0.31 293.18 0.22 0.6
Hex AA 83 AF 3 19 0 1F 125 16 3C
Octal 252 203 257 3 31 0 37 445 26 74
Binary 10101010 10000011 10101111 11 11001 0 11111 100100101 10110 111100

Color Harmonies of #AA83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83AF

Black with #AA83AF

Text Example


Text Example

White with #AA83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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