Html Css Color HEX #AA83B5 East Side

📋 copy color: '#AA83B5'

red 170 ◦ green 131 ◦ blue 181

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

Shades of East Side #AA83B5

Tints of East Side #AA83B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 35.27%
G = 27.18%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA83B5 (or 0xAA83B5) is known color: East Side. HEX triplet: AA, 83 and B5. RGB value is (170,131,181). Sum of RGB (Red+Green+Blue) = 170+131+181=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA83B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83B5 is #557C4A. Grayscale: #949494. Windows color (decimal): -5602379 or 11895722. OLE color: 11895722.

HSL color Cylindrical-coordinate representation of color #AA83B5: hue angle of 286.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA83B5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 131 181 -
CMYK 0.06 0.28 0 0.29
HSL 286.8º 0.25% 0.61% -
HSV(B) 286.8º 0.28% 0.71% -
XYZ 33.03 28.11 47.4 -
YUV 148.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 170 131 181 0.06 0.28 0 0.29 286.8 0.25 0.61
Hex AA 83 B5 6 1C 0 1D 11F 19 3D
Octal 252 203 265 6 34 0 35 437 31 75
Binary 10101010 10000011 10110101 110 11100 0 11101 100011111 11001 111101

Color Harmonies of #AA83B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83B5

Black with #AA83B5

Text Example


Text Example

White with #AA83B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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