#AC99CD

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

Shades of Biloba Flower #AC99CD

Tints of Biloba Flower #AC99CD

Color information

#AC99CD (or 0xAC99CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and CD. RGB value is (172,153,205). Sum of RGB (Red+Green+Blue) = 172+153+205=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CD is #536632. Grayscale: #A4A4A4. Windows color (decimal): -5465651 or 13474220. OLE color: 13474220.

HSL color Cylindrical-coordinate representation of color #AC99CD: hue angle of 261.92º degrees, saturation: 0.34, 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 #AC99CD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172153205-
CMYK0.160.2500.20
HSL261.92º34.21%70.2%-
HSV(B)261.92º25.37%80.39%-
XYZ39.4235.9662.62-
YUV164.61150.79133.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=32.45%
G=28.87%
B=38.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721532050.160.2500.20261.9234.2170.2
HexAC99CD10190141062246
Octal254231315203102440642106
Binary10101100100110011100110110000110010101001000001101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99CD; }

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

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

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

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

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

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

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

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