#AC9BCD

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

Shades of Biloba Flower #AC9BCD

Tints of Biloba Flower #AC9BCD

Color information

#AC9BCD (or 0xAC9BCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and CD. RGB value is (172,155,205). Sum of RGB (Red+Green+Blue) = 172+155+205=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCD is #536432. Grayscale: #A5A5A5. Windows color (decimal): -5465139 or 13474732. OLE color: 13474732.

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

Color convert

RGB172155205-
CMYK0.160.2400.20
HSL260.4º33.33%70.59%-
HSV(B)260.4º24.39%80.39%-
XYZ39.7536.6262.73-
YUV165.78150.13132.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=32.33%
G=29.14%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721552050.160.2400.20260.433.3370.59
HexAC9BCD10180141042147
Octal254233315203002440441107
Binary10101100100110111100110110000110000101001000001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BCD; }

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

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

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

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

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

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

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

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