#AB8BCC

Color #AB8BCC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB8BCC

Tints of Biloba Flower #AB8BCC

Color information

#AB8BCC (or 0xAB8BCC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and CC. RGB value is (171,139,204). Sum of RGB (Red+Green+Blue) = 171+139+204=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCC is #547433. Grayscale: #9B9B9B. Windows color (decimal): -5534772 or 13405099. OLE color: 13405099.

HSL color Cylindrical-coordinate representation of color #AB8BCC: hue angle of 269.54º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8BCC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171139204-
CMYK0.160.3200.2
HSL269.54º38.92%67.25%-
HSV(B)269.54º31.86%80%-
XYZ36.9331.4861.26-
YUV155.98155.1138.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=33.27%
G=27.04%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711392040.160.3200.2269.5438.9267.25
HexAB8BCC102001410e2743
Octal253213314204002441647103
Binary101010111000101111001100100001000000101001000011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BCC; }

 p { color: rgb(171,139,204); }

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

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

 a { background-color: rgb(171,139,204); }

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

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

 span { border-color: rgb(171,139,204); }

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