#AC9DD4

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

Shades of Biloba Flower #AC9DD4

Tints of Biloba Flower #AC9DD4

Color information

#AC9DD4 (or 0xAC9DD4) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and D4. RGB value is (172,157,212). Sum of RGB (Red+Green+Blue) = 172+157+212=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC9DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DD4 is #53622B. Grayscale: #A7A7A7. Windows color (decimal): -5464620 or 13933996. OLE color: 13933996.

HSL color Cylindrical-coordinate representation of color #AC9DD4: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9DD4 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172157212-
CMYK0.190.2600.17
HSL256.36º39.01%72.35%-
HSV(B)256.36º25.94%83.14%-
XYZ40.9537.6467.39-
YUV167.76152.97131.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=31.79%
G=29.02%
B=39.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721572120.190.2600.17256.3639.0172.35
HexAC9DD4131A0111002748
Octal254235324233202140047110
Binary10101100100111011101010010011110100100011000000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DD4; }

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

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

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

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

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

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

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

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