#AC98CB

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

Shades of Biloba Flower #AC98CB

Tints of Biloba Flower #AC98CB

Color information

#AC98CB (or 0xAC98CB) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and CB. RGB value is (172,152,203). Sum of RGB (Red+Green+Blue) = 172+152+203=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC98CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98CB is #536734. Grayscale: #A3A3A3. Windows color (decimal): -5465909 or 13342892. OLE color: 13342892.

HSL color Cylindrical-coordinate representation of color #AC98CB: hue angle of 263.53º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC98CB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172152203-
CMYK0.150.2500.20
HSL263.53º32.9%69.61%-
HSV(B)263.53º25.12%79.61%-
XYZ39.0235.5461.3-
YUV163.79150.13133.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=32.64%
G=28.84%
B=38.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721522030.150.2500.20263.5332.969.61
HexAC98CBF190141082146
Octal254230313173102441041106
Binary1010110010011000110010111111110010101001000010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98CB; }

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

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

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

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

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

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

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

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