#ac97ed

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

Shades of Biloba Flower #AC97ED

Tints of Biloba Flower #AC97ED

Color information

#AC97ED (or 0xAC97ED) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and ED. RGB value is (172,151,237). Sum of RGB (Red+Green+Blue) = 172+151+237=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC97ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97ED is #536812. Grayscale: #A6A6A6. Windows color (decimal): -5466131 or 15570860. OLE color: 15570860.

HSL color Cylindrical-coordinate representation of color #AC97ED: hue angle of 254.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC97ED is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172151237-
CMYK0.270.3600.07
HSL254.65º70.49%76.08%-
HSV(B)254.65º36.29%92.94%-
XYZ43.3737.0284.98-
YUV167.08167.46131.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=30.71%
G=26.96%
B=42.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721512370.270.3600.07254.6570.4976.08
HexAC97ED1B2407ff464c
Octal254227355334407377106114
Binary1010110010010111111011011101110010001111111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac97ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac97ed; }

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

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

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

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

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

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

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

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