#AC97FD

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

Shades of Biloba Flower #AC97FD

Tints of Biloba Flower #AC97FD

Color information

#AC97FD (or 0xAC97FD) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and FD. RGB value is (172,151,253). Sum of RGB (Red+Green+Blue) = 172+151+253=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC97FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97FD is #536802. Grayscale: #A8A8A8. Windows color (decimal): -5466115 or 16619436. OLE color: 16619436.

HSL color Cylindrical-coordinate representation of color #AC97FD: hue angle of 252.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC97FD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172151253-
CMYK0.320.4000.01
HSL252.35º96.23%79.22%-
HSV(B)252.35º40.32%99.22%-
XYZ45.813897.85-
YUV168.91175.46130.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=29.86%
G=26.22%
B=43.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721512530.320.4000.01252.3596.2379.22
HexAC97FD202801fc604f
Octal254227375405001374140117
Binary101011001001011111111101100000101000011111110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97FD; }

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

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

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

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

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

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

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

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