#AC85DB

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

Shades of Biloba Flower #AC85DB

Tints of Biloba Flower #AC85DB

Color information

#AC85DB (or 0xAC85DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and DB. RGB value is (172,133,219). Sum of RGB (Red+Green+Blue) = 172+133+219=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85DB is #537A24. Grayscale: #9A9A9A. Windows color (decimal): -5470757 or 14386604. OLE color: 14386604.

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

Color convert

RGB172133219-
CMYK0.210.3900.14
HSL267.21º54.43%69.02%-
HSV(B)267.21º39.27%85.88%-
XYZ38.1930.6670.92-
YUV154.46164.42140.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=32.82%
G=25.38%
B=41.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721332190.210.3900.14267.2154.4369.02
HexAC85DB15270E10b3645
Octal254205333254701641366105
Binary10101100100001011101101110101100111011101000010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85DB; }

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

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

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

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

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

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

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

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