#AB9CC1

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

Shades of Biloba Flower #AB9CC1

Tints of Biloba Flower #AB9CC1

Color information

#AB9CC1 (or 0xAB9CC1) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and C1. RGB value is (171,156,193). Sum of RGB (Red+Green+Blue) = 171+156+193=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CC1 is #54633E. Grayscale: #A4A4A4. Windows color (decimal): -5530431 or 12688555. OLE color: 12688555.

HSL color Cylindrical-coordinate representation of color #AB9CC1: hue angle of 264.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9CC1 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171156193-
CMYK0.110.1900.24
HSL264.32º22.98%68.43%-
HSV(B)264.32º19.17%75.69%-
XYZ38.3136.2955.44-
YUV164.7143.97132.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=32.88%
G=30%
B=37.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711561930.110.1900.24264.3222.9868.43
HexAB9CC1B130181081744
Octal253234301132303041027104
Binary101010111001110011000001101110011011000100001000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CC1; }

 p { color: rgb(171,156,193); }

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

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

 a { background-color: rgb(171,156,193); }

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

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

 span { border-color: rgb(171,156,193); }

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