#AC7DD8

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

Shades of Biloba Flower #AC7DD8

Tints of Biloba Flower #AC7DD8

Color information

#AC7DD8 (or 0xAC7DD8) is unknown color: approx Biloba Flower. HEX triplet: AC, 7D and D8. RGB value is (172,125,216). Sum of RGB (Red+Green+Blue) = 172+125+216=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC7DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DD8 is #538227. Grayscale: #959595. Windows color (decimal): -5472808 or 14187948. OLE color: 14187948.

HSL color Cylindrical-coordinate representation of color #AC7DD8: hue angle of 270.99º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7DD8 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172125216-
CMYK0.200.4200.15
HSL270.99º53.85%66.86%-
HSV(B)270.99º42.13%84.71%-
XYZ36.7428.468.51-
YUV149.43165.57144.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=33.53%
G=24.37%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721252160.200.4200.15270.9953.8566.86
HexAC7DD8142A0F10f3643
Octal254175330245201741766103
Binary1010110011111011101100010100101010011111000011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DD8; }

 p { color: rgb(172,125,216); }

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

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

 a { background-color: rgb(172,125,216); }

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

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

 span { border-color: rgb(172,125,216); }

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