#AB98C3

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

Shades of Biloba Flower #AB98C3

Tints of Biloba Flower #AB98C3

Color information

#AB98C3 (or 0xAB98C3) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and C3. RGB value is (171,152,195). Sum of RGB (Red+Green+Blue) = 171+152+195=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB98C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C3 is #54673C. Grayscale: #A2A2A2. Windows color (decimal): -5531453 or 12818603. OLE color: 12818603.

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

Color convert

RGB171152195-
CMYK0.120.2200.24
HSL266.51º26.38%68.04%-
HSV(B)266.51º22.05%76.47%-
XYZ37.8735.0556.4-
YUV162.58146.29134-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=33.01%
G=29.34%
B=37.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711521950.120.2200.24266.5126.3868.04
HexAB98C3C1601810b1a44
Octal253230303142603041332104
Binary101010111001100011000011110010110011000100001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98C3; }

 p { color: rgb(171,152,195); }

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

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

 a { background-color: rgb(171,152,195); }

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

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

 span { border-color: rgb(171,152,195); }

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