#AC98DC

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

Shades of Biloba Flower #AC98DC

Tints of Biloba Flower #AC98DC

Color information

#AC98DC (or 0xAC98DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and DC. RGB value is (172,152,220). Sum of RGB (Red+Green+Blue) = 172+152+220=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98DC is #536723. Grayscale: #A5A5A5. Windows color (decimal): -5465892 or 14457004. OLE color: 14457004.

HSL color Cylindrical-coordinate representation of color #AC98DC: hue angle of 257.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC98DC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172152220-
CMYK0.220.3100.14
HSL257.65º49.28%72.94%-
HSV(B)257.65º30.91%86.27%-
XYZ41.1636.3972.57-
YUV165.73158.63132.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=31.62%
G=27.94%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721522200.220.3100.14257.6549.2872.94
HexAC98DC161F0E1023149
Octal254230334263701640261111
Binary1010110010011000110111001011011111011101000000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98DC; }

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

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

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

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

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

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

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

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