#AC9DD5

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

Shades of Biloba Flower #AC9DD5

Tints of Biloba Flower #AC9DD5

Color information

#AC9DD5 (or 0xAC9DD5) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and D5. RGB value is (172,157,213). Sum of RGB (Red+Green+Blue) = 172+157+213=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DD5 is #53622A. Grayscale: #A7A7A7. Windows color (decimal): -5464619 or 13999532. OLE color: 13999532.

HSL color Cylindrical-coordinate representation of color #AC9DD5: hue angle of 256.07º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9DD5 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172157213-
CMYK0.190.2600.16
HSL256.07º40%72.55%-
HSV(B)256.07º26.29%83.53%-
XYZ41.0837.6968.06-
YUV167.87153.47130.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=31.73%
G=28.97%
B=39.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721572130.190.2600.16256.074072.55
HexAC9DD5131A0101002849
Octal254235325233202040050111
Binary10101100100111011101010110011110100100001000000001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DD5; }

 p { color: rgb(172,157,213); }

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

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

 a { background-color: rgb(172,157,213); }

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

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

 span { border-color: rgb(172,157,213); }

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