#AC8DD5

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

Shades of Biloba Flower #AC8DD5

Tints of Biloba Flower #AC8DD5

Color information

#AC8DD5 (or 0xAC8DD5) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and D5. RGB value is (172,141,213). Sum of RGB (Red+Green+Blue) = 172+141+213=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD5 is #53722A. Grayscale: #9E9E9E. Windows color (decimal): -5468715 or 13995436. OLE color: 13995436.

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

Color convert

RGB172141213-
CMYK0.190.3400.16
HSL265.83º46.15%69.41%-
HSV(B)265.83º33.8%83.53%-
XYZ38.5532.6267.22-
YUV158.48158.77137.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=32.70%
G=26.81%
B=40.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721412130.190.3400.16265.8346.1569.41
HexAC8DD5132201010a2e45
Octal254215325234202041256105
Binary101011001000110111010101100111000100100001000010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DD5; }

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

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

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

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

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

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

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

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