#AB97D5

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

Shades of Biloba Flower #AB97D5

Tints of Biloba Flower #AB97D5

Color information

#AB97D5 (or 0xAB97D5) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and D5. RGB value is (171,151,213). Sum of RGB (Red+Green+Blue) = 171+151+213=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB97D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97D5 is #54682A. Grayscale: #A3A3A3. Windows color (decimal): -5531691 or 13997995. OLE color: 13997995.

HSL color Cylindrical-coordinate representation of color #AB97D5: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB97D5 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171151213-
CMYK0.200.2900.16
HSL259.35º42.47%71.37%-
HSV(B)259.35º29.11%83.53%-
XYZ39.8735.667.72-
YUV164.05155.63132.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.96%
G=28.22%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711512130.200.2900.16259.3542.4771.37
HexAB97D5141D0101032a47
Octal253227325243502040352107
Binary10101011100101111101010110100111010100001000000111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97D5; }

 p { color: rgb(171,151,213); }

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

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

 a { background-color: rgb(171,151,213); }

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

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

 span { border-color: rgb(171,151,213); }

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