#AC96CC

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

Shades of Biloba Flower #AC96CC

Tints of Biloba Flower #AC96CC

Color information

#AC96CC (or 0xAC96CC) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and CC. RGB value is (172,150,204). Sum of RGB (Red+Green+Blue) = 172+150+204=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96CC is #536933. Grayscale: #A2A2A2. Windows color (decimal): -5466420 or 13407916. OLE color: 13407916.

HSL color Cylindrical-coordinate representation of color #AC96CC: hue angle of 264.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC96CC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172150204-
CMYK0.160.2600.2
HSL264.44º34.62%69.41%-
HSV(B)264.44º26.47%80%-
XYZ38.8234.9461.83-
YUV162.73151.29134.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=32.70%
G=28.52%
B=38.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721502040.160.2600.2264.4434.6269.41
HexAC96CC101A0141082345
Octal254226314203202441043105
Binary10101100100101101100110010000110100101001000010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96CC; }

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

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

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

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

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

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

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

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