#AB7BD0

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

Shades of East Side #AB7BD0

Tints of East Side #AB7BD0

Color information

#AB7BD0 (or 0xAB7BD0) is unknown color: approx East Side. HEX triplet: AB, 7B and D0. RGB value is (171,123,208). Sum of RGB (Red+Green+Blue) = 171+123+208=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB7BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BD0 is #54842F. Grayscale: #929292. Windows color (decimal): -5538864 or 13663147. OLE color: 13663147.

HSL color Cylindrical-coordinate representation of color #AB7BD0: hue angle of 273.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7BD0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171123208-
CMYK0.180.4100.18
HSL273.88º47.49%64.9%-
HSV(B)273.88º40.87%81.57%-
XYZ35.2627.3863.1-
YUV147.04162.4145.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 123 (48.44% from 255) = 24.50%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=34.06%
G=24.50%
B=41.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711232080.180.4100.18273.8847.4964.9
HexAB7BD012290121122f41
Octal253173320225102242257101
Binary10101011111101111010000100101010010100101000100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BD0; }

 p { color: rgb(171,123,208); }

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

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

 a { background-color: rgb(171,123,208); }

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

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

 span { border-color: rgb(171,123,208); }

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