#AC98DB

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

Shades of Biloba Flower #AC98DB

Tints of Biloba Flower #AC98DB

Color information

#AC98DB (or 0xAC98DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and DB. RGB value is (172,152,219). Sum of RGB (Red+Green+Blue) = 172+152+219=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98DB is #536724. Grayscale: #A5A5A5. Windows color (decimal): -5465893 or 14391468. OLE color: 14391468.

HSL color Cylindrical-coordinate representation of color #AC98DB: hue angle of 257.91º degrees, saturation: 0.48, 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 #AC98DB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172152219-
CMYK0.210.3100.14
HSL257.91º48.2%72.75%-
HSV(B)257.91º30.59%85.88%-
XYZ41.0336.3471.87-
YUV165.62158.13132.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=31.68%
G=27.99%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721522190.210.3100.14257.9148.272.75
HexAC98DB151F0E1023049
Octal254230333253701640260111
Binary1010110010011000110110111010111111011101000000101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98DB; }

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

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

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

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

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

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

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

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