Html Css Color HEX #AA7AB0 East Side

📋 copy color: '#AA7AB0'

red 170 ◦ green 122 ◦ blue 176

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

Shades of East Side #AA7AB0

Tints of East Side #AA7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 36.32%
G = 26.07%
B = 37.61%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA7AB0 (or 0xAA7AB0) is known color: East Side. HEX triplet: AA, 7A and B0. RGB value is (170,122,176). Sum of RGB (Red+Green+Blue) = 170+122+176=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA7AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AB0 is #55854F. Grayscale: #8E8E8E. Windows color (decimal): -5604688 or 11565738. OLE color: 11565738.

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

Color convert

RGB 170 122 176 -
CMYK 0.03 0.31 0 0.31
HSL 293.33º 0.25% 0.58% -
HSV(B) 293.33º 0.31% 0.69% -
XYZ 31.37 25.6 44.36 -
YUV 142.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 170 122 176 0.03 0.31 0 0.31 293.33 0.25 0.58
Hex AA 7A B0 3 1F 0 1F 125 19 3A
Octal 252 172 260 3 37 0 37 445 31 72
Binary 10101010 1111010 10110000 11 11111 0 11111 100100101 11001 111010

Color Harmonies of #AA7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AB0

Black with #AA7AB0

Text Example


Text Example

White with #AA7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AB0; }

 p { color: rgb(170,122,176); }

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

background-color css

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

 a { background-color: rgb(170,122,176); }

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

border-color css

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

 span { border-color: rgb(170,122,176); }

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