#AC94DC

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

Shades of Biloba Flower #AC94DC

Tints of Biloba Flower #AC94DC

Color information

#AC94DC (or 0xAC94DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and DC. RGB value is (172,148,220). Sum of RGB (Red+Green+Blue) = 172+148+220=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94DC is #536B23. Grayscale: #A3A3A3. Windows color (decimal): -5466916 or 14455980. OLE color: 14455980.

HSL color Cylindrical-coordinate representation of color #AC94DC: hue angle of 260º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC94DC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172148220-
CMYK0.220.3300.14
HSL260º50.7%72.16%-
HSV(B)260º32.73%86.27%-
XYZ40.5235.1272.35-
YUV163.38159.95134.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=31.85%
G=27.41%
B=40.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721482200.220.3300.1426050.772.16
HexAC94DC16210E1043348
Octal254224334264101640463110
Binary10101100100101001101110010110100001011101000001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94DC; }

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

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

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

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

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

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

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

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