Html Css Color HEX #AA93BD East Side

📋 copy color: '#AA93BD'

red 170 ◦ green 147 ◦ blue 189

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

Shades of East Side #AA93BD

Tints of East Side #AA93BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 33.6%
G = 29.05%
B = 37.35%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA93BD (or 0xAA93BD) is known color: East Side. HEX triplet: AA, 93 and BD. RGB value is (170,147,189). Sum of RGB (Red+Green+Blue) = 170+147+189=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BD is #556C42. Grayscale: #9E9E9E. Windows color (decimal): -5598275 or 12424106. OLE color: 12424106.

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

Color convert

RGB 170 147 189 -
CMYK 0.10 0.22 0 0.26
HSL 272.86º 0.24% 0.66% -
HSV(B) 272.86º 0.22% 0.74% -
XYZ 36.2 33.09 52.62 -
YUV 158.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 170 147 189 0.10 0.22 0 0.26 272.86 0.24 0.66
Hex AA 93 BD A 16 0 1A 111 18 42
Octal 252 223 275 12 26 0 32 421 30 102
Binary 10101010 10010011 10111101 1010 10110 0 11010 100010001 11000 1000010

Color Harmonies of #AA93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93BD

Black with #AA93BD

Text Example


Text Example

White with #AA93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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