#AC9CFC

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

Shades of Biloba Flower #AC9CFC

Tints of Biloba Flower #AC9CFC

Color information

#AC9CFC (or 0xAC9CFC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and FC. RGB value is (172,156,252). Sum of RGB (Red+Green+Blue) = 172+156+252=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CFC is #536303. Grayscale: #ABABAB. Windows color (decimal): -5464836 or 16555180. OLE color: 16555180.

HSL color Cylindrical-coordinate representation of color #AC9CFC: hue angle of 250º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC9CFC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172156252-
CMYK0.320.3800.01
HSL250º94.12%80%-
HSV(B)250º38.1%98.82%-
XYZ46.4739.5897.29-
YUV171.73173.3128.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=29.66%
G=26.90%
B=43.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721562520.320.3800.0125094.1280
HexAC9CFC202601fa5e50
Octal254234374404601372136120
Binary101011001001110011111100100000100110011111101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CFC; }

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

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

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

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

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

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

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

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