#AC97FF

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

Shades of Biloba Flower #AC97FF

Tints of Biloba Flower #AC97FF

Color information

#AC97FF (or 0xAC97FF) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and FF. RGB value is (172,151,255). Sum of RGB (Red+Green+Blue) = 172+151+255=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97FF is #536800. Grayscale: #A8A8A8. Windows color (decimal): -5466113 or 16750508. OLE color: 16750508.

HSL color Cylindrical-coordinate representation of color #AC97FF: hue angle of 252.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC97FF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172151255-
CMYK0.330.4100
HSL252.12º100%79.61%-
HSV(B)252.12º40.78%100%-
XYZ46.1338.1299.54-
YUV169.14176.46130.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 255 (100% from 255) = 44.12%
R=29.76%
G=26.12%
B=44.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721512550.330.4100252.1210079.61
HexAC97FF212900fc6450
Octal254227377415100374144120
Binary101011001001011111111111100001101001001111110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97FF; }

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

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

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

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

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

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

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

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