#AC96D3

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

Shades of Biloba Flower #AC96D3

Tints of Biloba Flower #AC96D3

Color information

#AC96D3 (or 0xAC96D3) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and D3. RGB value is (172,150,211). Sum of RGB (Red+Green+Blue) = 172+150+211=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC96D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96D3 is #53692C. Grayscale: #A3A3A3. Windows color (decimal): -5466413 or 13866668. OLE color: 13866668.

HSL color Cylindrical-coordinate representation of color #AC96D3: hue angle of 261.64º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC96D3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172150211-
CMYK0.180.2900.17
HSL261.64º40.94%70.78%-
HSV(B)261.64º28.91%82.75%-
XYZ39.6835.2966.35-
YUV163.53154.79134.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=32.27%
G=28.14%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721502110.180.2900.17261.6440.9470.78
HexAC96D3121D0111062947
Octal254226323223502140651107
Binary10101100100101101101001110010111010100011000001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96D3; }

 p { color: rgb(172,150,211); }

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

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

 a { background-color: rgb(172,150,211); }

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

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

 span { border-color: rgb(172,150,211); }

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