Html Css Color HEX #AA7DB8 East Side

📋 copy color: '#AA7DB8'

red 170 ◦ green 125 ◦ blue 184

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

Shades of East Side #AA7DB8

Tints of East Side #AA7DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 35.49%
G = 26.1%
B = 38.41%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA7DB8 (or 0xAA7DB8) is known color: East Side. HEX triplet: AA, 7D and B8. RGB value is (170,125,184). Sum of RGB (Red+Green+Blue) = 170+125+184=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DB8 is #558247. Grayscale: #909090. Windows color (decimal): -5603912 or 12090794. OLE color: 12090794.

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

Color convert

RGB 170 125 184 -
CMYK 0.08 0.32 0 0.28
HSL 285.76º 0.29% 0.61% -
HSV(B) 285.76º 0.32% 0.72% -
XYZ 32.56 26.67 48.78 -
YUV 145.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 170 125 184 0.08 0.32 0 0.28 285.76 0.29 0.61
Hex AA 7D B8 8 20 0 1C 11E 1D 3D
Octal 252 175 270 10 40 0 34 436 35 75
Binary 10101010 1111101 10111000 1000 100000 0 11100 100011110 11101 111101

Color Harmonies of #AA7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DB8

Black with #AA7DB8

Text Example


Text Example

White with #AA7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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