#AC9CF0

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

Shades of Biloba Flower #AC9CF0

Tints of Biloba Flower #AC9CF0

Color information

#AC9CF0 (or 0xAC9CF0) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and F0. RGB value is (172,156,240). Sum of RGB (Red+Green+Blue) = 172+156+240=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC9CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CF0 is #53630F. Grayscale: #AAAAAA. Windows color (decimal): -5464848 or 15768748. OLE color: 15768748.

HSL color Cylindrical-coordinate representation of color #AC9CF0: hue angle of 251.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9CF0 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172156240-
CMYK0.280.3500.06
HSL251.43º73.68%77.65%-
HSV(B)251.43º35%94.12%-
XYZ44.6338.8487.58-
YUV170.36167.3129.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=30.28%
G=27.46%
B=42.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721562400.280.3500.06251.4373.6877.65
HexAC9CF01C2306fb4a4e
Octal254234360344306373112116
Binary1010110010011100111100001110010001101101111101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CF0; }

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

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

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

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

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

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

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

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