Html Css Color HEX #AA85BB East Side

📋 copy color: '#AA85BB'

red 170 ◦ green 133 ◦ blue 187

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

Shades of East Side #AA85BB

Tints of East Side #AA85BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

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

R = 34.69%
G = 27.14%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA85BB (or 0xAA85BB) is known color: East Side. HEX triplet: AA, 85 and BB. RGB value is (170,133,187). Sum of RGB (Red+Green+Blue) = 170+133+187=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85BB is #557A44. Grayscale: #969696. Windows color (decimal): -5601861 or 12289450. OLE color: 12289450.

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

Color convert

RGB 170 133 187 -
CMYK 0.09 0.29 0 0.27
HSL 281.11º 0.28% 0.63% -
HSV(B) 281.11º 0.29% 0.73% -
XYZ 33.93 28.91 50.81 -
YUV 150.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 170 133 187 0.09 0.29 0 0.27 281.11 0.28 0.63
Hex AA 85 BB 9 1D 0 1B 119 1C 3F
Octal 252 205 273 11 35 0 33 431 34 77
Binary 10101010 10000101 10111011 1001 11101 0 11011 100011001 11100 111111

Color Harmonies of #AA85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85BB

Black with #AA85BB

Text Example


Text Example

White with #AA85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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