Html Css Color HEX #AA88C9 East Side

📋 copy color: '#AA88C9'

red 170 ◦ green 136 ◦ blue 201

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

Shades of East Side #AA88C9

Tints of East Side #AA88C9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.82%

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 33.53%
G = 26.82%
B = 39.64%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA88C9 (or 0xAA88C9) is known color: East Side. HEX triplet: AA, 88 and C9. RGB value is (170,136,201). Sum of RGB (Red+Green+Blue) = 170+136+201=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA88C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88C9 is #557736. Grayscale: #999999. Windows color (decimal): -5601079 or 13207722. OLE color: 13207722.

HSL color Cylindrical-coordinate representation of color #AA88C9: hue angle of 271.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA88C9 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 136 201 -
CMYK 0.15 0.32 0 0.21
HSL 271.38º 0.38% 0.66% -
HSV(B) 271.38º 0.32% 0.79% -
XYZ 35.92 30.37 59.23 -
YUV 153.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 170 136 201 0.15 0.32 0 0.21 271.38 0.38 0.66
Hex AA 88 C9 F 20 0 15 10F 26 42
Octal 252 210 311 17 40 0 25 417 46 102
Binary 10101010 10001000 11001001 1111 100000 0 10101 100001111 100110 1000010

Color Harmonies of #AA88C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88C9

Black with #AA88C9

Text Example


Text Example

White with #AA88C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88C9; }

 p { color: rgb(170,136,201); }

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

background-color css

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

 a { background-color: rgb(170,136,201); }

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

border-color css

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

 span { border-color: rgb(170,136,201); }

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