Html Css Color HEX #AA8CC8 East Side

📋 copy color: '#AA8CC8'

red 170 ◦ green 140 ◦ blue 200

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

Shades of East Side #AA8CC8

Tints of East Side #AA8CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 33.33%
G = 27.45%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA8CC8 (or 0xAA8CC8) is known color: East Side. HEX triplet: AA, 8C and C8. RGB value is (170,140,200). Sum of RGB (Red+Green+Blue) = 170+140+200=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA8CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CC8 is #557337. Grayscale: #9B9B9B. Windows color (decimal): -5600056 or 13143210. OLE color: 13143210.

HSL color Cylindrical-coordinate representation of color #AA8CC8: hue angle of 270º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8CC8 is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 140 200 -
CMYK 0.15 0.3 0 0.22
HSL 270º 0.35% 0.67% -
HSV(B) 270º 0.3% 0.78% -
XYZ 36.38 31.47 58.8 -
YUV 155.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 170 140 200 0.15 0.3 0 0.22 270 0.35 0.67
Hex AA 8C C8 F 1E 0 16 10E 23 43
Octal 252 214 310 17 36 0 26 416 43 103
Binary 10101010 10001100 11001000 1111 11110 0 10110 100001110 100011 1000011

Color Harmonies of #AA8CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CC8

Black with #AA8CC8

Text Example


Text Example

White with #AA8CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CC8; }

 p { color: rgb(170,140,200); }

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

background-color css

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

 a { background-color: rgb(170,140,200); }

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

border-color css

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

 span { border-color: rgb(170,140,200); }

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