#AB80CC

Color #AB80CC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB80CC

Tints of East Side #AB80CC

Color information

#AB80CC (or 0xAB80CC) is unknown color: approx East Side. HEX triplet: AB, 80 and CC. RGB value is (171,128,204). Sum of RGB (Red+Green+Blue) = 171+128+204=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80CC is #547F33. Grayscale: #959595. Windows color (decimal): -5537588 or 13402283. OLE color: 13402283.

HSL color Cylindrical-coordinate representation of color #AB80CC: hue angle of 273.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB80CC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171128204-
CMYK0.160.3700.2
HSL273.95º42.7%65.1%-
HSV(B)273.95º37.25%80%-
XYZ35.4128.4660.75-
YUV149.52158.75143.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=34.00%
G=25.45%
B=40.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711282040.160.3700.2273.9542.765.1
HexAB80CC10250141122b41
Octal253200314204502442253101
Binary101010111000000011001100100001001010101001000100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80CC; }

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

 H1.HeaderClassName
 {
   color: #AB80CC;
 }
 .AnyTagClassName
 {
   color: #AB80CC;
 }
</style>
background-color css

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

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

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

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

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

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