#AC8FCD

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

Shades of Biloba Flower #AC8FCD

Tints of Biloba Flower #AC8FCD

Color information

#AC8FCD (or 0xAC8FCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and CD. RGB value is (172,143,205). Sum of RGB (Red+Green+Blue) = 172+143+205=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FCD is #537032. Grayscale: #9E9E9E. Windows color (decimal): -5468211 or 13471660. OLE color: 13471660.

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

Color convert

RGB172143205-
CMYK0.160.3000.20
HSL268.06º38.27%68.24%-
HSV(B)268.06º30.24%80.39%-
XYZ37.8632.8262.1-
YUV158.74154.11137.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=33.08%
G=27.5%
B=39.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721432050.160.3000.20268.0638.2768.24
HexAC8FCD101E01410c2644
Octal254217315203602441446104
Binary10101100100011111100110110000111100101001000011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FCD; }

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

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

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

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

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

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

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

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