#AC9BE2

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

Shades of Biloba Flower #AC9BE2

Tints of Biloba Flower #AC9BE2

Color information

#AC9BE2 (or 0xAC9BE2) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and E2. RGB value is (172,155,226). Sum of RGB (Red+Green+Blue) = 172+155+226=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC9BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BE2 is #53641D. Grayscale: #A7A7A7. Windows color (decimal): -5465118 or 14850988. OLE color: 14850988.

HSL color Cylindrical-coordinate representation of color #AC9BE2: hue angle of 254.37º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9BE2 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172155226-
CMYK0.240.3100.11
HSL254.37º55.04%74.71%-
HSV(B)254.37º31.42%88.63%-
XYZ42.4637.776.99-
YUV168.18160.63130.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 226 (88.67% from 255) = 40.87%
R=31.10%
G=28.03%
B=40.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721552260.240.3100.11254.3755.0474.71
HexAC9BE2181F0Bfe374b
Octal254233342303701337667113
Binary101011001001101111100010110001111101011111111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BE2; }

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

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

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

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

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

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

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

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