#AC98C9

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

Shades of Biloba Flower #AC98C9

Tints of Biloba Flower #AC98C9

Color information

#AC98C9 (or 0xAC98C9) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and C9. RGB value is (172,152,201). Sum of RGB (Red+Green+Blue) = 172+152+201=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC98C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C9 is #536736. Grayscale: #A3A3A3. Windows color (decimal): -5465911 or 13211820. OLE color: 13211820.

HSL color Cylindrical-coordinate representation of color #AC98C9: hue angle of 264.49º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC98C9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172152201-
CMYK0.140.2400.21
HSL264.49º31.21%69.22%-
HSV(B)264.49º24.38%78.82%-
XYZ38.7835.4460.06-
YUV163.57149.13134.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=32.76%
G=28.95%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721522010.140.2400.21264.4931.2169.22
HexAC98C9E180151081f45
Octal254230311163002541037105
Binary101011001001100011001001111011000010101100001000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98C9; }

 p { color: rgb(172,152,201); }

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

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

 a { background-color: rgb(172,152,201); }

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

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

 span { border-color: rgb(172,152,201); }

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