#AC85DA

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

Shades of Biloba Flower #AC85DA

Tints of Biloba Flower #AC85DA

Color information

#AC85DA (or 0xAC85DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and DA. RGB value is (172,133,218). Sum of RGB (Red+Green+Blue) = 172+133+218=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DA is #537A25. Grayscale: #9A9A9A. Windows color (decimal): -5470758 or 14321068. OLE color: 14321068.

HSL color Cylindrical-coordinate representation of color #AC85DA: hue angle of 267.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC85DA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172133218-
CMYK0.210.3900.15
HSL267.53º53.46%68.82%-
HSV(B)267.53º38.99%85.49%-
XYZ38.0630.6170.23-
YUV154.35163.92140.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=32.89%
G=25.43%
B=41.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721332180.210.3900.15267.5353.4668.82
HexAC85DA15270F10c3545
Octal254205332254701741465105
Binary10101100100001011101101010101100111011111000011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85DA; }

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

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

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

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

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

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

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

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