#AB86BE

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

Shades of East Side #AB86BE

Tints of East Side #AB86BE

Color information

#AB86BE (or 0xAB86BE) is unknown color: approx East Side. HEX triplet: AB, 86 and BE. RGB value is (171,134,190). Sum of RGB (Red+Green+Blue) = 171+134+190=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BE is #547941. Grayscale: #979797. Windows color (decimal): -5536066 or 12486315. OLE color: 12486315.

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

Color convert

RGB171134190-
CMYK0.100.2900.25
HSL279.64º30.11%63.53%-
HSV(B)279.64º29.47%74.51%-
XYZ34.6129.4352.57-
YUV151.45149.76141.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=34.55%
G=27.07%
B=38.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711341900.100.2900.25279.6430.1163.53
HexAB86BEA1D0191181e40
Octal253206276123503143036100
Binary101010111000011010111110101011101011001100011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86BE; }

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

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

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

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

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

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

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

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