#AB78CD

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

Shades of East Side #AB78CD

Tints of East Side #AB78CD

Color information

#AB78CD (or 0xAB78CD) is unknown color: approx East Side. HEX triplet: AB, 78 and CD. RGB value is (171,120,205). Sum of RGB (Red+Green+Blue) = 171+120+205=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB78CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78CD is #548732. Grayscale: #909090. Windows color (decimal): -5539635 or 13465771. OLE color: 13465771.

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

Color convert

RGB171120205-
CMYK0.170.4100.20
HSL276º45.95%63.73%-
HSV(B)276º41.46%80.39%-
XYZ34.5326.561.05-
YUV144.94161.9146.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=34.48%
G=24.19%
B=41.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711202050.170.4100.2027645.9563.73
HexAB78CD11290141142e40
Octal253170315215102442456100
Binary10101011111100011001101100011010010101001000101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78CD; }

 p { color: rgb(171,120,205); }

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

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

 a { background-color: rgb(171,120,205); }

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

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

 span { border-color: rgb(171,120,205); }

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