Html Css Color HEX #AA83B7 East Side

📋 copy color: '#AA83B7'

red 170 ◦ green 131 ◦ blue 183

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

Shades of East Side #AA83B7

Tints of East Side #AA83B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 35.12%
G = 27.07%
B = 37.81%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA83B7 (or 0xAA83B7) is known color: East Side. HEX triplet: AA, 83 and B7. RGB value is (170,131,183). Sum of RGB (Red+Green+Blue) = 170+131+183=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA83B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83B7 is #557C48. Grayscale: #949494. Windows color (decimal): -5602377 or 12026794. OLE color: 12026794.

HSL color Cylindrical-coordinate representation of color #AA83B7: hue angle of 285º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA83B7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 131 183 -
CMYK 0.07 0.28 0 0.28
HSL 285º 0.27% 0.62% -
HSV(B) 285º 0.28% 0.72% -
XYZ 33.24 28.2 48.49 -
YUV 148.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 170 131 183 0.07 0.28 0 0.28 285 0.27 0.62
Hex AA 83 B7 7 1C 0 1C 11D 1B 3E
Octal 252 203 267 7 34 0 34 435 33 76
Binary 10101010 10000011 10110111 111 11100 0 11100 100011101 11011 111110

Color Harmonies of #AA83B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83B7

Black with #AA83B7

Text Example


Text Example

White with #AA83B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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