#AC9BE8

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

Shades of Biloba Flower #AC9BE8

Tints of Biloba Flower #AC9BE8

Color information

#AC9BE8 (or 0xAC9BE8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and E8. RGB value is (172,155,232). Sum of RGB (Red+Green+Blue) = 172+155+232=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC9BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9BE8 is #536417. Grayscale: #A8A8A8. Windows color (decimal): -5465112 or 15244204. OLE color: 15244204.

HSL color Cylindrical-coordinate representation of color #AC9BE8: hue angle of 253.25º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9BE8 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172155232-
CMYK0.260.3300.09
HSL253.25º62.6%75.88%-
HSV(B)253.25º33.19%90.98%-
XYZ43.338.0481.4-
YUV168.86163.63130.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=30.77%
G=27.73%
B=41.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721552320.260.3300.09253.2562.675.88
HexAC9BE81A2109fd3f4c
Octal254233350324101137577114
Binary1010110010011011111010001101010000101001111111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BE8; }

 p { color: rgb(172,155,232); }

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

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

 a { background-color: rgb(172,155,232); }

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

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

 span { border-color: rgb(172,155,232); }

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