Html Css Color HEX #AA7EBC East Side

📋 copy color: '#AA7EBC'

red 170 ◦ green 126 ◦ blue 188

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

Shades of East Side #AA7EBC

Tints of East Side #AA7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 35.12%
G = 26.03%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA7EBC (or 0xAA7EBC) is known color: East Side. HEX triplet: AA, 7E and BC. RGB value is (170,126,188). Sum of RGB (Red+Green+Blue) = 170+126+188=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EBC is #558143. Grayscale: #929292. Windows color (decimal): -5603652 or 12353194. OLE color: 12353194.

HSL color Cylindrical-coordinate representation of color #AA7EBC: hue angle of 282.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7EBC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 126 188 -
CMYK 0.10 0.33 0 0.26
HSL 282.58º 0.32% 0.62% -
HSV(B) 282.58º 0.33% 0.74% -
XYZ 33.12 27.1 51.06 -
YUV 146.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 170 126 188 0.10 0.33 0 0.26 282.58 0.32 0.62
Hex AA 7E BC A 21 0 1A 11B 20 3E
Octal 252 176 274 12 41 0 32 433 40 76
Binary 10101010 1111110 10111100 1010 100001 0 11010 100011011 100000 111110

Color Harmonies of #AA7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EBC

Black with #AA7EBC

Text Example


Text Example

White with #AA7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EBC; }

 p { color: rgb(170,126,188); }

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

background-color css

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

 a { background-color: rgb(170,126,188); }

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

border-color css

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

 span { border-color: rgb(170,126,188); }

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