#AC96DB

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

Shades of Biloba Flower #AC96DB

Tints of Biloba Flower #AC96DB

Color information

#AC96DB (or 0xAC96DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and DB. RGB value is (172,150,219). Sum of RGB (Red+Green+Blue) = 172+150+219=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DB is #536924. Grayscale: #A4A4A4. Windows color (decimal): -5466405 or 14390956. OLE color: 14390956.

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

Color convert

RGB172150219-
CMYK0.210.3200.14
HSL259.13º48.94%72.35%-
HSV(B)259.13º31.51%85.88%-
XYZ40.7135.771.76-
YUV164.44158.79133.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=31.79%
G=27.73%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721502190.210.3200.14259.1348.9472.35
HexAC96DB15200E1033148
Octal254226333254001640361110
Binary10101100100101101101101110101100000011101000000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96DB; }

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

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

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

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

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

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

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

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