#AC94D1

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

Shades of Biloba Flower #AC94D1

Tints of Biloba Flower #AC94D1

Color information

#AC94D1 (or 0xAC94D1) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and D1. RGB value is (172,148,209). Sum of RGB (Red+Green+Blue) = 172+148+209=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC94D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94D1 is #536B2E. Grayscale: #A1A1A1. Windows color (decimal): -5466927 or 13735084. OLE color: 13735084.

HSL color Cylindrical-coordinate representation of color #AC94D1: hue angle of 263.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC94D1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172148209-
CMYK0.180.2900.18
HSL263.61º39.87%70%-
HSV(B)263.61º29.19%81.96%-
XYZ39.1134.5564.93-
YUV162.13154.45135.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=32.51%
G=27.98%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721482090.180.2900.18263.6139.8770
HexAC94D1121D0121082846
Octal254224321223502241050106
Binary10101100100101001101000110010111010100101000010001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94D1; }

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

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

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

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

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

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

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

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