#AC94E7

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

Shades of Biloba Flower #AC94E7

Tints of Biloba Flower #AC94E7

Color information

#AC94E7 (or 0xAC94E7) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and E7. RGB value is (172,148,231). Sum of RGB (Red+Green+Blue) = 172+148+231=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94E7 is #536B18. Grayscale: #A4A4A4. Windows color (decimal): -5466905 or 15176876. OLE color: 15176876.

HSL color Cylindrical-coordinate representation of color #AC94E7: hue angle of 257.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC94E7 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172148231-
CMYK0.260.3600.09
HSL257.35º63.36%74.31%-
HSV(B)257.35º35.93%90.59%-
XYZ42.0335.7280.28-
YUV164.64165.45133.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 231 (90.62% from 255) = 41.92%
R=31.22%
G=26.86%
B=41.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721482310.260.3600.09257.3563.3674.31
HexAC94E71A24091013f4a
Octal254224347324401140177112
Binary10101100100101001110011111010100100010011000000011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94E7; }

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

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

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

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

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

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

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

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