Html Css Color HEX #AA79B3 East Side

📋 copy color: '#AA79B3'

red 170 ◦ green 121 ◦ blue 179

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

Shades of East Side #AA79B3

Tints of East Side #AA79B3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.74%

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 36.17%
G = 25.74%
B = 38.09%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA79B3 (or 0xAA79B3) is known color: East Side. HEX triplet: AA, 79 and B3. RGB value is (170,121,179). Sum of RGB (Red+Green+Blue) = 170+121+179=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA79B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79B3 is #55864C. Grayscale: #8E8E8E. Windows color (decimal): -5604941 or 11762090. OLE color: 11762090.

HSL color Cylindrical-coordinate representation of color #AA79B3: hue angle of 290.69º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA79B3 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 121 179 -
CMYK 0.05 0.32 0 0.30
HSL 290.69º 0.28% 0.59% -
HSV(B) 290.69º 0.32% 0.7% -
XYZ 31.55 25.48 45.9 -
YUV 142.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 170 121 179 0.05 0.32 0 0.30 290.69 0.28 0.59
Hex AA 79 B3 5 20 0 1E 123 1C 3B
Octal 252 171 263 5 40 0 36 443 34 73
Binary 10101010 1111001 10110011 101 100000 0 11110 100100011 11100 111011

Color Harmonies of #AA79B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79B3

Black with #AA79B3

Text Example


Text Example

White with #AA79B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79B3; }

 p { color: rgb(170,121,179); }

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

background-color css

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

 a { background-color: rgb(170,121,179); }

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

border-color css

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

 span { border-color: rgb(170,121,179); }

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