#AB84BF

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

Shades of East Side #AB84BF

Tints of East Side #AB84BF

Color information

#AB84BF (or 0xAB84BF) is unknown color: approx East Side. HEX triplet: AB, 84 and BF. RGB value is (171,132,191). Sum of RGB (Red+Green+Blue) = 171+132+191=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BF is #547B40. Grayscale: #969696. Windows color (decimal): -5536577 or 12551339. OLE color: 12551339.

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

Color convert

RGB171132191-
CMYK0.100.3100.25
HSL279.66º31.55%63.33%-
HSV(B)279.66º30.89%74.9%-
XYZ34.4528.9253.06-
YUV150.39150.92142.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 191 (75% from 255) = 38.66%
R=34.62%
G=26.72%
B=38.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711321910.100.3100.25279.6631.5563.33
HexAB84BFA1F019118203f
Octal25320427712370314304077
Binary101010111000010010111111101011111011001100011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84BF; }

 p { color: rgb(171,132,191); }

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

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

 a { background-color: rgb(171,132,191); }

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

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

 span { border-color: rgb(171,132,191); }

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