#AC8CCC

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

Shades of Biloba Flower #AC8CCC

Tints of Biloba Flower #AC8CCC

Color information

#AC8CCC (or 0xAC8CCC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and CC. RGB value is (172,140,204). Sum of RGB (Red+Green+Blue) = 172+140+204=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCC is #537333. Grayscale: #9C9C9C. Windows color (decimal): -5468980 or 13405356. OLE color: 13405356.

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

Color convert

RGB172140204-
CMYK0.160.3100.2
HSL270º38.55%67.45%-
HSV(B)270º31.37%80%-
XYZ37.2931.8961.32-
YUV156.86154.6138.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=33.33%
G=27.13%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721402040.160.3100.227038.5567.45
HexAC8CCC101F01410e2743
Octal254214314203702441647103
Binary10101100100011001100110010000111110101001000011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CCC; }

 p { color: rgb(172,140,204); }

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

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

 a { background-color: rgb(172,140,204); }

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

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

 span { border-color: rgb(172,140,204); }

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