#AC8DD6

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

Shades of Biloba Flower #AC8DD6

Tints of Biloba Flower #AC8DD6

Color information

#AC8DD6 (or 0xAC8DD6) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and D6. RGB value is (172,141,214). Sum of RGB (Red+Green+Blue) = 172+141+214=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC8DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD6 is #537229. Grayscale: #9E9E9E. Windows color (decimal): -5468714 or 14060972. OLE color: 14060972.

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

Color convert

RGB172141214-
CMYK0.200.3400.16
HSL265.48º47.1%69.61%-
HSV(B)265.48º34.11%83.92%-
XYZ38.6832.6867.89-
YUV158.59159.27137.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=32.64%
G=26.76%
B=40.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721412140.200.3400.16265.4847.169.61
HexAC8DD614220101092f46
Octal254215326244202041157106
Binary101011001000110111010110101001000100100001000010011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DD6; }

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

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

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

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

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

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

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

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