Html Css Color HEX #AA7DB9 East Side

📋 copy color: '#AA7DB9'

red 170 ◦ green 125 ◦ blue 185

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

Shades of East Side #AA7DB9

Tints of East Side #AA7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 35.42%
G = 26.04%
B = 38.54%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA7DB9 (or 0xAA7DB9) is known color: East Side. HEX triplet: AA, 7D and B9. RGB value is (170,125,185). Sum of RGB (Red+Green+Blue) = 170+125+185=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DB9 is #558246. Grayscale: #919191. Windows color (decimal): -5603911 or 12156330. OLE color: 12156330.

HSL color Cylindrical-coordinate representation of color #AA7DB9: hue angle of 285º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7DB9 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 125 185 -
CMYK 0.08 0.32 0 0.27
HSL 285º 0.3% 0.61% -
HSV(B) 285º 0.32% 0.73% -
XYZ 32.67 26.72 49.33 -
YUV 145.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 170 125 185 0.08 0.32 0 0.27 285 0.3 0.61
Hex AA 7D B9 8 20 0 1B 11D 1E 3D
Octal 252 175 271 10 40 0 33 435 36 75
Binary 10101010 1111101 10111001 1000 100000 0 11011 100011101 11110 111101

Color Harmonies of #AA7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DB9

Black with #AA7DB9

Text Example


Text Example

White with #AA7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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