Html Css Color HEX #AA9DB4 East Side

📋 copy color: '#AA9DB4'

red 170 ◦ green 157 ◦ blue 180

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

Shades of East Side #AA9DB4

Tints of East Side #AA9DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.97%

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 33.53%
G = 30.97%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA9DB4 (or 0xAA9DB4) is known color: East Side. HEX triplet: AA, 9D and B4. RGB value is (170,157,180). Sum of RGB (Red+Green+Blue) = 170+157+180=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA9DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DB4 is #55624B. Grayscale: #A3A3A3. Windows color (decimal): -5595724 or 11836842. OLE color: 11836842.

HSL color Cylindrical-coordinate representation of color #AA9DB4: hue angle of 273.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9DB4 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 157 180 -
CMYK 0.06 0.13 0 0.29
HSL 273.91º 0.13% 0.66% -
HSV(B) 273.91º 0.13% 0.71% -
XYZ 36.87 35.96 48.18 -
YUV 163.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 170 157 180 0.06 0.13 0 0.29 273.91 0.13 0.66
Hex AA 9D B4 6 D 0 1D 112 D 42
Octal 252 235 264 6 15 0 35 422 15 102
Binary 10101010 10011101 10110100 110 1101 0 11101 100010010 1101 1000010

Color Harmonies of #AA9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DB4

Black with #AA9DB4

Text Example


Text Example

White with #AA9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DB4; }

 p { color: rgb(170,157,180); }

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

background-color css

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

 a { background-color: rgb(170,157,180); }

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

border-color css

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

 span { border-color: rgb(170,157,180); }

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