#AC8DEB

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

Shades of Biloba Flower #AC8DEB

Tints of Biloba Flower #AC8DEB

Color information

#AC8DEB (or 0xAC8DEB) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and EB. RGB value is (172,141,235). Sum of RGB (Red+Green+Blue) = 172+141+235=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DEB is #537214. Grayscale: #A0A0A0. Windows color (decimal): -5468693 or 15437228. OLE color: 15437228.

HSL color Cylindrical-coordinate representation of color #AC8DEB: hue angle of 259.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8DEB is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172141235-
CMYK0.270.400.08
HSL259.79º70.15%73.73%-
HSV(B)259.79º40%92.16%-
XYZ41.5333.8282.94-
YUV160.98169.77135.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=31.39%
G=25.73%
B=42.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721412350.270.400.08259.7970.1573.73
HexAC8DEB1B2808104464a
Octal2542153533350010404106112
Binary101011001000110111101011110111010000100010000010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DEB; }

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

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

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

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

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

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

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

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