#AC94F6

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

Shades of Biloba Flower #AC94F6

Tints of Biloba Flower #AC94F6

Color information

#AC94F6 (or 0xAC94F6) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and F6. RGB value is (172,148,246). Sum of RGB (Red+Green+Blue) = 172+148+246=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC94F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94F6 is #536B09. Grayscale: #A5A5A5. Windows color (decimal): -5466890 or 16159916. OLE color: 16159916.

HSL color Cylindrical-coordinate representation of color #AC94F6: hue angle of 254.69º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC94F6 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172148246-
CMYK0.300.4000.04
HSL254.69º84.48%77.25%-
HSV(B)254.69º39.84%96.47%-
XYZ44.2436.691.92-
YUV166.35172.95132.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=30.39%
G=26.15%
B=43.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721482460.300.4000.04254.6984.4877.25
HexAC94F61E2804ff544d
Octal254224366365004377124115
Binary1010110010010100111101101111010100001001111111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94F6; }

 p { color: rgb(172,148,246); }

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

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

 a { background-color: rgb(172,148,246); }

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

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

 span { border-color: rgb(172,148,246); }

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