Html Css Color HEX #AB80BB East Side

📋 copy color: '#AB80BB'

red 171 ◦ green 128 ◦ blue 187

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

Shades of East Side #AB80BB

Tints of East Side #AB80BB

RGB

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

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

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

R = 35.19%
G = 26.34%
B = 38.48%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB80BB (or 0xAB80BB) is known color: East Side. HEX triplet: AB, 80 and BB. RGB value is (171,128,187). Sum of RGB (Red+Green+Blue) = 171+128+187=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BB is #547F44. Grayscale: #939393. Windows color (decimal): -5537605 or 12288171. OLE color: 12288171.

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

Color convert

RGB 171 128 187 -
CMYK 0.09 0.32 0 0.27
HSL 283.73º 0.3% 0.62% -
HSV(B) 283.73º 0.32% 0.73% -
XYZ 33.48 27.68 50.59 -
YUV 147.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 171 128 187 0.09 0.32 0 0.27 283.73 0.3 0.62
Hex AB 80 BB 9 20 0 1B 11C 1E 3E
Octal 253 200 273 11 40 0 33 434 36 76
Binary 10101011 10000000 10111011 1001 100000 0 11011 100011100 11110 111110

Color Harmonies of #AB80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80BB

Black with #AB80BB

Text Example


Text Example

White with #AB80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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