#AC9CFE

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

Shades of Biloba Flower #AC9CFE

Tints of Biloba Flower #AC9CFE

Color information

#AC9CFE (or 0xAC9CFE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and FE. RGB value is (172,156,254). Sum of RGB (Red+Green+Blue) = 172+156+254=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC9CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CFE is #536301. Grayscale: #ABABAB. Windows color (decimal): -5464834 or 16686252. OLE color: 16686252.

HSL color Cylindrical-coordinate representation of color #AC9CFE: hue angle of 249.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC9CFE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172156254-
CMYK0.320.3900.00
HSL249.8º98%80.39%-
HSV(B)249.8º38.58%99.61%-
XYZ46.7939.798.96-
YUV171.96174.3128.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=29.55%
G=26.80%
B=43.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721562540.320.3900.00249.89880.39
HexAC9CFE202700fa6250
Octal254234376404700372142120
Binary101011001001110011111110100000100111001111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CFE; }

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

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

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

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

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

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

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

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