#AC94F1

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

Shades of Biloba Flower #AC94F1

Tints of Biloba Flower #AC94F1

Color information

#AC94F1 (or 0xAC94F1) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and F1. RGB value is (172,148,241). Sum of RGB (Red+Green+Blue) = 172+148+241=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC94F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94F1 is #536B0E. Grayscale: #A5A5A5. Windows color (decimal): -5466895 or 15832236. OLE color: 15832236.

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

Color convert

RGB172148241-
CMYK0.290.3900.05
HSL255.48º76.86%76.27%-
HSV(B)255.48º38.59%94.51%-
XYZ43.4836.387.93-
YUV165.78170.45132.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=30.66%
G=26.38%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721482410.290.3900.05255.4876.8676.27
HexAC94F11D2705ff4d4c
Octal254224361354705377115114
Binary1010110010010100111100011110110011101011111111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94F1; }

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

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

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

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

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

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

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

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