Html Css Color HEX #AA7ECC East Side

📋 copy color: '#AA7ECC'

red 170 ◦ green 126 ◦ blue 204

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

Shades of East Side #AA7ECC

Tints of East Side #AA7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 34%
G = 25.2%
B = 40.8%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA7ECC (or 0xAA7ECC) is known color: East Side. HEX triplet: AA, 7E and CC. RGB value is (170,126,204). Sum of RGB (Red+Green+Blue) = 170+126+204=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ECC is #558133. Grayscale: #939393. Windows color (decimal): -5603636 or 13401770. OLE color: 13401770.

HSL color Cylindrical-coordinate representation of color #AA7ECC: hue angle of 273.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7ECC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 126 204 -
CMYK 0.17 0.38 0 0.2
HSL 273.85º 0.43% 0.65% -
HSV(B) 273.85º 0.38% 0.8% -
XYZ 34.94 27.83 60.66 -
YUV 148.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 170 126 204 0.17 0.38 0 0.2 273.85 0.43 0.65
Hex AA 7E CC 11 26 0 14 112 2B 41
Octal 252 176 314 21 46 0 24 422 53 101
Binary 10101010 1111110 11001100 10001 100110 0 10100 100010010 101011 1000001

Color Harmonies of #AA7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7ECC

Black with #AA7ECC

Text Example


Text Example

White with #AA7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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