#AC94D9

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

Shades of Biloba Flower #AC94D9

Tints of Biloba Flower #AC94D9

Color information

#AC94D9 (or 0xAC94D9) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and D9. RGB value is (172,148,217). Sum of RGB (Red+Green+Blue) = 172+148+217=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC94D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94D9 is #536B26. Grayscale: #A2A2A2. Windows color (decimal): -5466919 or 14259372. OLE color: 14259372.

HSL color Cylindrical-coordinate representation of color #AC94D9: hue angle of 260.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC94D9 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172148217-
CMYK0.210.3200.15
HSL260.87º47.59%71.57%-
HSV(B)260.87º31.8%85.1%-
XYZ40.1334.9670.28-
YUV163.04158.45134.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=32.03%
G=27.56%
B=40.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721482170.210.3200.15260.8747.5971.57
HexAC94D915200F1053048
Octal254224331254001740560110
Binary10101100100101001101100110101100000011111000001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94D9; }

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

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

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

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

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

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

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

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