#AC98CF

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

Shades of Biloba Flower #AC98CF

Tints of Biloba Flower #AC98CF

Color information

#AC98CF (or 0xAC98CF) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and CF. RGB value is (172,152,207). Sum of RGB (Red+Green+Blue) = 172+152+207=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98CF is #536730. Grayscale: #A4A4A4. Windows color (decimal): -5465905 or 13605036. OLE color: 13605036.

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

Color convert

RGB172152207-
CMYK0.170.2700.19
HSL261.82º36.42%70.39%-
HSV(B)261.82º26.57%81.18%-
XYZ39.535.7363.85-
YUV164.25152.13133.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=32.39%
G=28.63%
B=38.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721522070.170.2700.19261.8236.4270.39
HexAC98CF111B0131062446
Octal254230317213302340644106
Binary10101100100110001100111110001110110100111000001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98CF; }

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

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

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

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

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

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

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

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