Html Css Color HEX #AA7DB1 East Side

📋 copy color: '#AA7DB1'

red 170 ◦ green 125 ◦ blue 177

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

Shades of East Side #AA7DB1

Tints of East Side #AA7DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 36.02%
G = 26.48%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA7DB1 (or 0xAA7DB1) is known color: East Side. HEX triplet: AA, 7D and B1. RGB value is (170,125,177). Sum of RGB (Red+Green+Blue) = 170+125+177=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DB1 is #55824E. Grayscale: #909090. Windows color (decimal): -5603919 or 11632042. OLE color: 11632042.

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

Color convert

RGB 170 125 177 -
CMYK 0.04 0.29 0 0.31
HSL 291.92º 0.25% 0.59% -
HSV(B) 291.92º 0.29% 0.69% -
XYZ 31.85 26.39 45.01 -
YUV 144.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 170 125 177 0.04 0.29 0 0.31 291.92 0.25 0.59
Hex AA 7D B1 4 1D 0 1F 124 19 3B
Octal 252 175 261 4 35 0 37 444 31 73
Binary 10101010 1111101 10110001 100 11101 0 11111 100100100 11001 111011

Color Harmonies of #AA7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DB1

Black with #AA7DB1

Text Example


Text Example

White with #AA7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DB1; }

 p { color: rgb(170,125,177); }

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

background-color css

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

 a { background-color: rgb(170,125,177); }

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

border-color css

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

 span { border-color: rgb(170,125,177); }

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