#AC9FEA

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

Shades of Biloba Flower #AC9FEA

Tints of Biloba Flower #AC9FEA

Color information

#AC9FEA (or 0xAC9FEA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and EA. RGB value is (172,159,234). Sum of RGB (Red+Green+Blue) = 172+159+234=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FEA is #536015. Grayscale: #ABABAB. Windows color (decimal): -5464086 or 15376300. OLE color: 15376300.

HSL color Cylindrical-coordinate representation of color #AC9FEA: hue angle of 250.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9FEA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172159234-
CMYK0.260.3200.08
HSL250.4º64.1%77.06%-
HSV(B)250.4º32.05%91.76%-
XYZ44.2639.5183.13-
YUV171.44163.31128.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=30.44%
G=28.14%
B=41.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721592340.260.3200.08250.464.177.06
HexAC9FEA1A2008fa404d
Octal2542373523240010372100115
Binary10101100100111111110101011010100000010001111101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FEA; }

 p { color: rgb(172,159,234); }

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

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

 a { background-color: rgb(172,159,234); }

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

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

 span { border-color: rgb(172,159,234); }

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