#AC9DD7

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

Shades of Biloba Flower #AC9DD7

Tints of Biloba Flower #AC9DD7

Color information

#AC9DD7 (or 0xAC9DD7) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and D7. RGB value is (172,157,215). Sum of RGB (Red+Green+Blue) = 172+157+215=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC9DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DD7 is #536228. Grayscale: #A7A7A7. Windows color (decimal): -5464617 or 14130604. OLE color: 14130604.

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

Color convert

RGB172157215-
CMYK0.20.2700.16
HSL255.52º42.03%72.94%-
HSV(B)255.52º26.98%84.31%-
XYZ41.3437.7969.41-
YUV168.1154.47130.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=31.62%
G=28.86%
B=39.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721572150.20.2700.16255.5242.0372.94
HexAC9DD7141B0101002a49
Octal254235327243302040052111
Binary10101100100111011101011110100110110100001000000001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DD7; }

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

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

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

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

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

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

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

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