#AC85EA

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

Shades of Biloba Flower #AC85EA

Tints of Biloba Flower #AC85EA

Color information

#AC85EA (or 0xAC85EA) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and EA. RGB value is (172,133,234). Sum of RGB (Red+Green+Blue) = 172+133+234=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85EA is #537A15. Grayscale: #9B9B9B. Windows color (decimal): -5470742 or 15369644. OLE color: 15369644.

HSL color Cylindrical-coordinate representation of color #AC85EA: hue angle of 263.17º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC85EA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172133234-
CMYK0.260.4300.08
HSL263.17º70.63%71.96%-
HSV(B)263.17º43.16%91.76%-
XYZ40.2531.4981.8-
YUV156.18171.92139.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=31.91%
G=24.68%
B=43.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721332340.260.4300.08263.1770.6371.96
HexAC85EA1A2B081074748
Octal2542053523253010407107110
Binary101011001000010111101010110101010110100010000011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85EA; }

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

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

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

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

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

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

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

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