#AC85DD

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

Shades of Biloba Flower #AC85DD

Tints of Biloba Flower #AC85DD

Color information

#AC85DD (or 0xAC85DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and DD. RGB value is (172,133,221). Sum of RGB (Red+Green+Blue) = 172+133+221=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DD is #537A22. Grayscale: #9A9A9A. Windows color (decimal): -5470755 or 14517676. OLE color: 14517676.

HSL color Cylindrical-coordinate representation of color #AC85DD: hue angle of 266.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC85DD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172133221-
CMYK0.220.4000.13
HSL266.59º56.41%69.41%-
HSV(B)266.59º39.82%86.67%-
XYZ38.4530.7772.32-
YUV154.69165.42140.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=32.70%
G=25.29%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721332210.220.4000.13266.5956.4169.41
HexAC85DD16280D10b3845
Octal254205335265001541370105
Binary10101100100001011101110110110101000011011000010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85DD; }

 p { color: rgb(172,133,221); }

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

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

 a { background-color: rgb(172,133,221); }

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

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

 span { border-color: rgb(172,133,221); }

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