#AB97F3

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

Shades of Biloba Flower #AB97F3

Tints of Biloba Flower #AB97F3

Color information

#AB97F3 (or 0xAB97F3) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and F3. RGB value is (171,151,243). Sum of RGB (Red+Green+Blue) = 171+151+243=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB97F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB97F3 is #54680C. Grayscale: #A7A7A7. Windows color (decimal): -5531661 or 15964075. OLE color: 15964075.

HSL color Cylindrical-coordinate representation of color #AB97F3: hue angle of 253.04º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB97F3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171151243-
CMYK0.300.3800.05
HSL253.04º79.31%77.25%-
HSV(B)253.04º37.86%95.29%-
XYZ44.0437.2689.67-
YUV167.47170.63130.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=30.27%
G=26.73%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711512430.300.3800.05253.0479.3177.25
HexAB97F31E2605fd4f4d
Octal253227363364605375117115
Binary1010101110010111111100111111010011001011111110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97F3; }

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

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

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

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

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

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

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

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