#AC8DCD

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

Shades of Biloba Flower #AC8DCD

Tints of Biloba Flower #AC8DCD

Color information

#AC8DCD (or 0xAC8DCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and CD. RGB value is (172,141,205). Sum of RGB (Red+Green+Blue) = 172+141+205=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DCD is #537232. Grayscale: #9D9D9D. Windows color (decimal): -5468723 or 13471148. OLE color: 13471148.

HSL color Cylindrical-coordinate representation of color #AC8DCD: hue angle of 269.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8DCD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172141205-
CMYK0.160.3100.20
HSL269.06º39.02%67.84%-
HSV(B)269.06º31.22%80.39%-
XYZ37.5632.2362-
YUV157.56154.77138.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=33.20%
G=27.22%
B=39.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721412050.160.3100.20269.0639.0267.84
HexAC8DCD101F01410d2744
Octal254215315203702441547104
Binary10101100100011011100110110000111110101001000011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DCD; }

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

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

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

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

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

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

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

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