#AB7FCF

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

Shades of East Side #AB7FCF

Tints of East Side #AB7FCF

Color information

#AB7FCF (or 0xAB7FCF) is unknown color: approx East Side. HEX triplet: AB, 7F and CF. RGB value is (171,127,207). Sum of RGB (Red+Green+Blue) = 171+127+207=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FCF is #548030. Grayscale: #959595. Windows color (decimal): -5537841 or 13598635. OLE color: 13598635.

HSL color Cylindrical-coordinate representation of color #AB7FCF: hue angle of 273º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7FCF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171127207-
CMYK0.170.3900.19
HSL273º45.45%65.49%-
HSV(B)273º38.65%81.18%-
XYZ35.6528.3462.62-
YUV149.28160.58143.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=33.86%
G=25.15%
B=40.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711272070.170.3900.1927345.4565.49
HexAB7FCF11270131112d41
Octal253177317214702342155101
Binary10101011111111111001111100011001110100111000100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FCF; }

 p { color: rgb(171,127,207); }

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

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

 a { background-color: rgb(171,127,207); }

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

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

 span { border-color: rgb(171,127,207); }

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