#AC97FA

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

Shades of Biloba Flower #AC97FA

Tints of Biloba Flower #AC97FA

Color information

#AC97FA (or 0xAC97FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and FA. RGB value is (172,151,250). Sum of RGB (Red+Green+Blue) = 172+151+250=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97FA is #536805. Grayscale: #A8A8A8. Windows color (decimal): -5466118 or 16422828. OLE color: 16422828.

HSL color Cylindrical-coordinate representation of color #AC97FA: hue angle of 252.73º degrees, saturation: 0.91, 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 #AC97FA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172151250-
CMYK0.310.4000.02
HSL252.73º90.83%78.63%-
HSV(B)252.73º39.6%98.04%-
XYZ45.3437.8195.35-
YUV168.56173.96130.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=30.02%
G=26.35%
B=43.63%

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
Decimal1721512500.310.4000.02252.7390.8378.63
HexAC97FA1F2802fd5b4f
Octal254227372375002375133117
Binary101011001001011111111010111111010000101111110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97FA; }

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

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

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

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

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

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

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

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