Html Css Color HEX #AA83BB East Side

📋 copy color: '#AA83BB'

red 170 ◦ green 131 ◦ blue 187

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

Shades of East Side #AA83BB

Tints of East Side #AA83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 34.84%
G = 26.84%
B = 38.32%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA83BB (or 0xAA83BB) is known color: East Side. HEX triplet: AA, 83 and BB. RGB value is (170,131,187). Sum of RGB (Red+Green+Blue) = 170+131+187=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BB is #557C44. Grayscale: #949494. Windows color (decimal): -5602373 or 12288938. OLE color: 12288938.

HSL color Cylindrical-coordinate representation of color #AA83BB: hue angle of 281.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA83BB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 131 187 -
CMYK 0.09 0.30 0 0.27
HSL 281.79º 0.29% 0.62% -
HSV(B) 281.79º 0.3% 0.73% -
XYZ 33.66 28.37 50.71 -
YUV 149.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 170 131 187 0.09 0.30 0 0.27 281.79 0.29 0.62
Hex AA 83 BB 9 1E 0 1B 11A 1D 3E
Octal 252 203 273 11 36 0 33 432 35 76
Binary 10101010 10000011 10111011 1001 11110 0 11011 100011010 11101 111110

Color Harmonies of #AA83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83BB

Black with #AA83BB

Text Example


Text Example

White with #AA83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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