Html Css Color HEX #AA83BC East Side

📋 copy color: '#AA83BC'

red 170 ◦ green 131 ◦ blue 188

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

Shades of East Side #AA83BC

Tints of East Side #AA83BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 34.76%
G = 26.79%
B = 38.45%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA83BC (or 0xAA83BC) is known color: East Side. HEX triplet: AA, 83 and BC. RGB value is (170,131,188). Sum of RGB (Red+Green+Blue) = 170+131+188=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BC is #557C43. Grayscale: #949494. Windows color (decimal): -5602372 or 12354474. OLE color: 12354474.

HSL color Cylindrical-coordinate representation of color #AA83BC: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA83BC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 131 188 -
CMYK 0.10 0.30 0 0.26
HSL 281.05º 0.3% 0.63% -
HSV(B) 281.05º 0.3% 0.74% -
XYZ 33.77 28.41 51.28 -
YUV 149.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 170 131 188 0.10 0.30 0 0.26 281.05 0.3 0.63
Hex AA 83 BC A 1E 0 1A 119 1E 3F
Octal 252 203 274 12 36 0 32 431 36 77
Binary 10101010 10000011 10111100 1010 11110 0 11010 100011001 11110 111111

Color Harmonies of #AA83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83BC

Black with #AA83BC

Text Example


Text Example

White with #AA83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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