#AB7DBE

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

Shades of East Side #AB7DBE

Tints of East Side #AB7DBE

Color information

#AB7DBE (or 0xAB7DBE) is unknown color: approx East Side. HEX triplet: AB, 7D and BE. RGB value is (171,125,190). Sum of RGB (Red+Green+Blue) = 171+125+190=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DBE is #548241. Grayscale: #919191. Windows color (decimal): -5538370 or 12484011. OLE color: 12484011.

HSL color Cylindrical-coordinate representation of color #AB7DBE: hue angle of 282.46º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB7DBE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171125190-
CMYK0.100.3400.25
HSL282.46º33.33%61.76%-
HSV(B)282.46º34.21%74.51%-
XYZ33.4227.0452.17-
YUV146.16152.74145.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=35.19%
G=25.72%
B=39.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711251900.100.3400.25282.4633.3361.76
HexAB7DBEA2201911a213e
Octal25317527612420314324176
Binary101010111111101101111101010100010011001100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DBE; }

 p { color: rgb(171,125,190); }

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

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

 a { background-color: rgb(171,125,190); }

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

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

 span { border-color: rgb(171,125,190); }

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