#AC79CD

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

Shades of East Side #AC79CD

Tints of East Side #AC79CD

Color information

#AC79CD (or 0xAC79CD) is unknown color: approx East Side. HEX triplet: AC, 79 and CD. RGB value is (172,121,205). Sum of RGB (Red+Green+Blue) = 172+121+205=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79CD is #538632. Grayscale: #919191. Windows color (decimal): -5473843 or 13466028. OLE color: 13466028.

HSL color Cylindrical-coordinate representation of color #AC79CD: hue angle of 276.43º degrees, saturation: 0.46, 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 #AC79CD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172121205-
CMYK0.160.4100.20
HSL276.43º45.65%63.92%-
HSV(B)276.43º40.98%80.39%-
XYZ34.8726.8561.1-
YUV145.82161.4146.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=34.54%
G=24.30%
B=41.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721212050.160.4100.20276.4345.6563.92
HexAC79CD10290141142e40
Octal254171315205102442456100
Binary10101100111100111001101100001010010101001000101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79CD; }

 p { color: rgb(172,121,205); }

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

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

 a { background-color: rgb(172,121,205); }

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

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

 span { border-color: rgb(172,121,205); }

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