#AC97EA

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

Shades of Biloba Flower #AC97EA

Tints of Biloba Flower #AC97EA

Color information

#AC97EA (or 0xAC97EA) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and EA. RGB value is (172,151,234). Sum of RGB (Red+Green+Blue) = 172+151+234=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97EA is #536815. Grayscale: #A6A6A6. Windows color (decimal): -5466134 or 15374252. OLE color: 15374252.

HSL color Cylindrical-coordinate representation of color #AC97EA: hue angle of 255.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC97EA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172151234-
CMYK0.260.3500.08
HSL255.18º66.4%75.49%-
HSV(B)255.18º35.47%91.76%-
XYZ42.9336.8482.69-
YUV166.74165.96131.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=30.88%
G=27.11%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721512340.260.3500.08255.1866.475.49
HexAC97EA1A2308ff424b
Octal2542273523243010377102113
Binary10101100100101111110101011010100011010001111111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97EA; }

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

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

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

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

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

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

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

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