Html Css Color HEX #AA84CC East Side

📋 copy color: '#AA84CC'

red 170 ◦ green 132 ◦ blue 204

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

Shades of East Side #AA84CC

Tints of East Side #AA84CC

RGB

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

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

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

R = 33.6%
G = 26.09%
B = 40.32%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA84CC (or 0xAA84CC) is known color: East Side. HEX triplet: AA, 84 and CC. RGB value is (170,132,204). Sum of RGB (Red+Green+Blue) = 170+132+204=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA84CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84CC is #557B33. Grayscale: #979797. Windows color (decimal): -5602100 or 13403306. OLE color: 13403306.

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

Color convert

RGB 170 132 204 -
CMYK 0.17 0.35 0 0.2
HSL 271.67º 0.41% 0.66% -
HSV(B) 271.67º 0.35% 0.8% -
XYZ 35.73 29.41 60.92 -
YUV 151.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 170 132 204 0.17 0.35 0 0.2 271.67 0.41 0.66
Hex AA 84 CC 11 23 0 14 110 29 42
Octal 252 204 314 21 43 0 24 420 51 102
Binary 10101010 10000100 11001100 10001 100011 0 10100 100010000 101001 1000010

Color Harmonies of #AA84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84CC

Black with #AA84CC

Text Example


Text Example

White with #AA84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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