Html Css Color HEX #AB80BA East Side

📋 copy color: '#AB80BA'

red 171 ◦ green 128 ◦ blue 186

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

Shades of East Side #AB80BA

Tints of East Side #AB80BA

RGB

 RED value IS 171 (67.19% from 255) = 35.26%

 GREEN value IS 128 (50.39% from 255) = 26.39%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 35.26%
G = 26.39%
B = 38.35%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB80BA (or 0xAB80BA) is known color: East Side. HEX triplet: AB, 80 and BA. RGB value is (171,128,186). Sum of RGB (Red+Green+Blue) = 171+128+186=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BA is #547F45. Grayscale: #939393. Windows color (decimal): -5537606 or 12222635. OLE color: 12222635.

HSL color Cylindrical-coordinate representation of color #AB80BA: hue angle of 284.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB80BA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 128 186 -
CMYK 0.08 0.31 0 0.27
HSL 284.48º 0.3% 0.62% -
HSV(B) 284.48º 0.31% 0.73% -
XYZ 33.38 27.64 50.03 -
YUV 147.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 171 128 186 0.08 0.31 0 0.27 284.48 0.3 0.62
Hex AB 80 BA 8 1F 0 1B 11C 1E 3E
Octal 253 200 272 10 37 0 33 434 36 76
Binary 10101011 10000000 10111010 1000 11111 0 11011 100011100 11110 111110

Color Harmonies of #AB80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80BA

Black with #AB80BA

Text Example


Text Example

White with #AB80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80BA; }

 p { color: rgb(171,128,186); }

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

background-color css

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

 a { background-color: rgb(171,128,186); }

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

border-color css

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

 span { border-color: rgb(171,128,186); }

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