Html Css Color HEX #AA83CC East Side

📋 copy color: '#AA83CC'

red 170 ◦ green 131 ◦ blue 204

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

Shades of East Side #AA83CC

Tints of East Side #AA83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

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

R = 33.66%
G = 25.94%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA83CC (or 0xAA83CC) is known color: East Side. HEX triplet: AA, 83 and CC. RGB value is (170,131,204). Sum of RGB (Red+Green+Blue) = 170+131+204=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CC is #557C33. Grayscale: #969696. Windows color (decimal): -5602356 or 13403050. OLE color: 13403050.

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

Color convert

RGB 170 131 204 -
CMYK 0.17 0.36 0 0.2
HSL 272.05º 0.42% 0.66% -
HSV(B) 272.05º 0.36% 0.8% -
XYZ 35.59 29.14 60.88 -
YUV 150.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 170 131 204 0.17 0.36 0 0.2 272.05 0.42 0.66
Hex AA 83 CC 11 24 0 14 110 2A 42
Octal 252 203 314 21 44 0 24 420 52 102
Binary 10101010 10000011 11001100 10001 100100 0 10100 100010000 101010 1000010

Color Harmonies of #AA83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83CC

Black with #AA83CC

Text Example


Text Example

White with #AA83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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