Html Css Color HEX #AA84C6 East Side

📋 copy color: '#AA84C6'

red 170 ◦ green 132 ◦ blue 198

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

Shades of East Side #AA84C6

Tints of East Side #AA84C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 34%
G = 26.4%
B = 39.6%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA84C6 (or 0xAA84C6) is known color: East Side. HEX triplet: AA, 84 and C6. RGB value is (170,132,198). Sum of RGB (Red+Green+Blue) = 170+132+198=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA84C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84C6 is #557B39. Grayscale: #969696. Windows color (decimal): -5602106 or 13010090. OLE color: 13010090.

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

Color convert

RGB 170 132 198 -
CMYK 0.14 0.33 0 0.22
HSL 274.55º 0.37% 0.65% -
HSV(B) 274.55º 0.33% 0.78% -
XYZ 35.02 29.13 57.2 -
YUV 150.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 170 132 198 0.14 0.33 0 0.22 274.55 0.37 0.65
Hex AA 84 C6 E 21 0 16 113 25 41
Octal 252 204 306 16 41 0 26 423 45 101
Binary 10101010 10000100 11000110 1110 100001 0 10110 100010011 100101 1000001

Color Harmonies of #AA84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84C6

Black with #AA84C6

Text Example


Text Example

White with #AA84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84C6; }

 p { color: rgb(170,132,198); }

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

background-color css

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

 a { background-color: rgb(170,132,198); }

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

border-color css

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

 span { border-color: rgb(170,132,198); }

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