#AC9CF3

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

Shades of Biloba Flower #AC9CF3

Tints of Biloba Flower #AC9CF3

Color information

#AC9CF3 (or 0xAC9CF3) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and F3. RGB value is (172,156,243). Sum of RGB (Red+Green+Blue) = 172+156+243=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC9CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CF3 is #53630C. Grayscale: #AAAAAA. Windows color (decimal): -5464845 or 15965356. OLE color: 15965356.

HSL color Cylindrical-coordinate representation of color #AC9CF3: hue angle of 251.03º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC9CF3 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172156243-
CMYK0.290.3600.05
HSL251.03º78.38%78.24%-
HSV(B)251.03º35.8%95.29%-
XYZ45.0839.0289.95-
YUV170.7168.8128.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=30.12%
G=27.32%
B=42.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721562430.290.3600.05251.0378.3878.24
HexAC9CF31D2405fb4e4e
Octal254234363354405373116116
Binary1010110010011100111100111110110010001011111101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CF3; }

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

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

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

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

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

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

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

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