#AC96CD

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

Shades of Biloba Flower #AC96CD

Tints of Biloba Flower #AC96CD

Color information

#AC96CD (or 0xAC96CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and CD. RGB value is (172,150,205). Sum of RGB (Red+Green+Blue) = 172+150+205=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC96CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96CD is #536932. Grayscale: #A2A2A2. Windows color (decimal): -5466419 or 13473452. OLE color: 13473452.

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

Color convert

RGB172150205-
CMYK0.160.2700.20
HSL264º35.48%69.61%-
HSV(B)264º26.83%80.39%-
XYZ38.9434.9962.46-
YUV162.85151.79134.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=32.64%
G=28.46%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721502050.160.2700.2026435.4869.61
HexAC96CD101B0141082346
Octal254226315203302441043106
Binary10101100100101101100110110000110110101001000010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96CD; }

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

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

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

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

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

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

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

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