#AC99C4

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

Shades of Biloba Flower #AC99C4

Tints of Biloba Flower #AC99C4

Color information

#AC99C4 (or 0xAC99C4) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and C4. RGB value is (172,153,196). Sum of RGB (Red+Green+Blue) = 172+153+196=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C4 is #53663B. Grayscale: #A3A3A3. Windows color (decimal): -5465660 or 12884396. OLE color: 12884396.

HSL color Cylindrical-coordinate representation of color #AC99C4: hue angle of 266.51º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC99C4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172153196-
CMYK0.120.2200.23
HSL266.51º26.71%68.43%-
HSV(B)266.51º21.94%76.86%-
XYZ38.3735.5457.06-
YUV163.58146.29134-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=33.01%
G=29.37%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721531960.120.2200.23266.5126.7168.43
HexAC99C4C1601710b1b44
Octal254231304142602741333104
Binary101011001001100111000100110010110010111100001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99C4; }

 p { color: rgb(172,153,196); }

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

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

 a { background-color: rgb(172,153,196); }

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

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

 span { border-color: rgb(172,153,196); }

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