#AC97FB

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

Shades of Biloba Flower #AC97FB

Tints of Biloba Flower #AC97FB

Color information

#AC97FB (or 0xAC97FB) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and FB. RGB value is (172,151,251). Sum of RGB (Red+Green+Blue) = 172+151+251=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97FB is #536804. Grayscale: #A8A8A8. Windows color (decimal): -5466117 or 16488364. OLE color: 16488364.

HSL color Cylindrical-coordinate representation of color #AC97FB: hue angle of 252.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC97FB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172151251-
CMYK0.310.4000.02
HSL252.6º92.59%78.82%-
HSV(B)252.6º39.84%98.43%-
XYZ45.4937.8796.18-
YUV168.68174.46130.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=29.97%
G=26.31%
B=43.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721512510.310.4000.02252.692.5978.82
HexAC97FB1F2802fd5d4f
Octal254227373375002375135117
Binary101011001001011111111011111111010000101111110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97FB; }

 p { color: rgb(172,151,251); }

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

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

 a { background-color: rgb(172,151,251); }

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

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

 span { border-color: rgb(172,151,251); }

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