#AC9CE9

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

Shades of Biloba Flower #AC9CE9

Tints of Biloba Flower #AC9CE9

Color information

#AC9CE9 (or 0xAC9CE9) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and E9. RGB value is (172,156,233). Sum of RGB (Red+Green+Blue) = 172+156+233=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC9CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CE9 is #536316. Grayscale: #A9A9A9. Windows color (decimal): -5464855 or 15309996. OLE color: 15309996.

HSL color Cylindrical-coordinate representation of color #AC9CE9: hue angle of 252.47º degrees, saturation: 0.64, 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 #AC9CE9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172156233-
CMYK0.260.3300.09
HSL252.47º63.64%76.27%-
HSV(B)252.47º33.05%91.37%-
XYZ43.6138.4382.21-
YUV169.56163.8129.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=30.66%
G=27.81%
B=41.53%

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
Decimal1721562330.260.3300.09252.4763.6476.27
HexAC9CE91A2109fc404c
Octal2542343513241011374100114
Binary10101100100111001110100111010100001010011111110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CE9; }

 p { color: rgb(172,156,233); }

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

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

 a { background-color: rgb(172,156,233); }

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

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

 span { border-color: rgb(172,156,233); }

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