#AC88D5

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

Shades of Biloba Flower #AC88D5

Tints of Biloba Flower #AC88D5

Color information

#AC88D5 (or 0xAC88D5) is unknown color: approx Biloba Flower. HEX triplet: AC, 88 and D5. RGB value is (172,136,213). Sum of RGB (Red+Green+Blue) = 172+136+213=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC88D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88D5 is #53772A. Grayscale: #9B9B9B. Windows color (decimal): -5469995 or 13994156. OLE color: 13994156.

HSL color Cylindrical-coordinate representation of color #AC88D5: hue angle of 268.05º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC88D5 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172136213-
CMYK0.190.3600.16
HSL268.05º47.83%68.43%-
HSV(B)268.05º36.15%83.53%-
XYZ37.8331.1866.98-
YUV155.54160.43139.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=33.01%
G=26.10%
B=40.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721362130.190.3600.16268.0547.8368.43
HexAC88D5132401010c3044
Octal254210325234402041460104
Binary101011001000100011010101100111001000100001000011001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88D5; }

 p { color: rgb(172,136,213); }

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

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

 a { background-color: rgb(172,136,213); }

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

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

 span { border-color: rgb(172,136,213); }

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