Html Css Color HEX #AA7EC7 East Side

📋 copy color: '#AA7EC7'

red 170 ◦ green 126 ◦ blue 199

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

Shades of East Side #AA7EC7

Tints of East Side #AA7EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 34.34%
G = 25.45%
B = 40.2%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA7EC7 (or 0xAA7EC7) is known color: East Side. HEX triplet: AA, 7E and C7. RGB value is (170,126,199). Sum of RGB (Red+Green+Blue) = 170+126+199=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA7EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EC7 is #558138. Grayscale: #939393. Windows color (decimal): -5603641 or 13074090. OLE color: 13074090.

HSL color Cylindrical-coordinate representation of color #AA7EC7: hue angle of 276.16º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7EC7 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 126 199 -
CMYK 0.15 0.37 0 0.22
HSL 276.16º 0.39% 0.64% -
HSV(B) 276.16º 0.37% 0.78% -
XYZ 34.35 27.59 57.55 -
YUV 147.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 170 126 199 0.15 0.37 0 0.22 276.16 0.39 0.64
Hex AA 7E C7 F 25 0 16 114 27 40
Octal 252 176 307 17 45 0 26 424 47 100
Binary 10101010 1111110 11000111 1111 100101 0 10110 100010100 100111 1000000

Color Harmonies of #AA7EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EC7

Black with #AA7EC7

Text Example


Text Example

White with #AA7EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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