#AB99C4

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

Shades of Biloba Flower #AB99C4

Tints of Biloba Flower #AB99C4

Color information

#AB99C4 (or 0xAB99C4) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and C4. RGB value is (171,153,196). Sum of RGB (Red+Green+Blue) = 171+153+196=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99C4 is #54663B. Grayscale: #A3A3A3. Windows color (decimal): -5531196 or 12884395. OLE color: 12884395.

HSL color Cylindrical-coordinate representation of color #AB99C4: hue angle of 265.12º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB99C4 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171153196-
CMYK0.130.2200.23
HSL265.12º26.71%68.43%-
HSV(B)265.12º21.94%76.86%-
XYZ38.1535.4357.05-
YUV163.28146.46133.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=32.88%
G=29.42%
B=37.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711531960.130.2200.23265.1226.7168.43
HexAB99C4D160171091b44
Octal253231304152602741133104
Binary101010111001100111000100110110110010111100001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99C4; }

 p { color: rgb(171,153,196); }

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

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

 a { background-color: rgb(171,153,196); }

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

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

 span { border-color: rgb(171,153,196); }

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