Html Css Color HEX #AA7DB6 East Side

📋 copy color: '#AA7DB6'

red 170 ◦ green 125 ◦ blue 182

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

Shades of East Side #AA7DB6

Tints of East Side #AA7DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 35.64%
G = 26.21%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA7DB6 (or 0xAA7DB6) is known color: East Side. HEX triplet: AA, 7D and B6. RGB value is (170,125,182). Sum of RGB (Red+Green+Blue) = 170+125+182=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA7DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DB6 is #558249. Grayscale: #909090. Windows color (decimal): -5603914 or 11959722. OLE color: 11959722.

HSL color Cylindrical-coordinate representation of color #AA7DB6: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7DB6 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 125 182 -
CMYK 0.07 0.31 0 0.29
HSL 287.37º 0.28% 0.6% -
HSV(B) 287.37º 0.31% 0.71% -
XYZ 32.35 26.59 47.68 -
YUV 144.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 170 125 182 0.07 0.31 0 0.29 287.37 0.28 0.6
Hex AA 7D B6 7 1F 0 1D 11F 1C 3C
Octal 252 175 266 7 37 0 35 437 34 74
Binary 10101010 1111101 10110110 111 11111 0 11101 100011111 11100 111100

Color Harmonies of #AA7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DB6

Black with #AA7DB6

Text Example


Text Example

White with #AA7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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