#AB79CC

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

Shades of East Side #AB79CC

Tints of East Side #AB79CC

Color information

#AB79CC (or 0xAB79CC) is unknown color: approx East Side. HEX triplet: AB, 79 and CC. RGB value is (171,121,204). Sum of RGB (Red+Green+Blue) = 171+121+204=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB79CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79CC is #548633. Grayscale: #919191. Windows color (decimal): -5539380 or 13400491. OLE color: 13400491.

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

Color convert

RGB171121204-
CMYK0.160.4100.2
HSL276.14º44.86%63.73%-
HSV(B)276.14º40.69%80%-
XYZ34.5326.6960.46-
YUV145.41161.06146.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=34.48%
G=24.40%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711212040.160.4100.2276.1444.8663.73
HexAB79CC10290141142d40
Octal253171314205102442455100
Binary10101011111100111001100100001010010101001000101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB79CC; }

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

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

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

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

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

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

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

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