#AC9BC4

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

Shades of Biloba Flower #AC9BC4

Tints of Biloba Flower #AC9BC4

Color information

#AC9BC4 (or 0xAC9BC4) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and C4. RGB value is (172,155,196). Sum of RGB (Red+Green+Blue) = 172+155+196=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC9BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BC4 is #53643B. Grayscale: #A4A4A4. Windows color (decimal): -5465148 or 12884908. OLE color: 12884908.

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

Color convert

RGB172155196-
CMYK0.120.2100.23
HSL264.88º25.79%68.82%-
HSV(B)264.88º20.92%76.86%-
XYZ38.736.257.17-
YUV164.76145.63133.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=32.89%
G=29.64%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721551960.120.2100.23264.8825.7968.82
HexAC9BC4C150171091a45
Octal254233304142502741132105
Binary101011001001101111000100110010101010111100001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BC4; }

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

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

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

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

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

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

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

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