#AC8BEB

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

Shades of Biloba Flower #AC8BEB

Tints of Biloba Flower #AC8BEB

Color information

#AC8BEB (or 0xAC8BEB) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and EB. RGB value is (172,139,235). Sum of RGB (Red+Green+Blue) = 172+139+235=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BEB is #537414. Grayscale: #9F9F9F. Windows color (decimal): -5469205 or 15436716. OLE color: 15436716.

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

Color convert

RGB172139235-
CMYK0.270.4100.08
HSL260.62º70.59%73.33%-
HSV(B)260.62º40.85%92.16%-
XYZ41.2433.2382.84-
YUV159.81170.43136.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=31.50%
G=25.46%
B=43.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721392350.270.4100.08260.6270.5973.33
HexAC8BEB1B29081054749
Octal2542133533351010405107111
Binary101011001000101111101011110111010010100010000010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BEB; }

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

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

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

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

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

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

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

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