Html Css Color HEX #AA83BD East Side

📋 copy color: '#AA83BD'

red 170 ◦ green 131 ◦ blue 189

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

Shades of East Side #AA83BD

Tints of East Side #AA83BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 34.69%
G = 26.73%
B = 38.57%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA83BD (or 0xAA83BD) is known color: East Side. HEX triplet: AA, 83 and BD. RGB value is (170,131,189). Sum of RGB (Red+Green+Blue) = 170+131+189=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA83BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BD is #557C42. Grayscale: #959595. Windows color (decimal): -5602371 or 12420010. OLE color: 12420010.

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

Color convert

RGB 170 131 189 -
CMYK 0.10 0.31 0 0.26
HSL 280.34º 0.31% 0.63% -
HSV(B) 280.34º 0.31% 0.74% -
XYZ 33.88 28.45 51.85 -
YUV 149.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 170 131 189 0.10 0.31 0 0.26 280.34 0.31 0.63
Hex AA 83 BD A 1F 0 1A 118 1F 3F
Octal 252 203 275 12 37 0 32 430 37 77
Binary 10101010 10000011 10111101 1010 11111 0 11010 100011000 11111 111111

Color Harmonies of #AA83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83BD

Black with #AA83BD

Text Example


Text Example

White with #AA83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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