#AC8AED

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

Shades of Biloba Flower #AC8AED

Tints of Biloba Flower #AC8AED

Color information

#AC8AED (or 0xAC8AED) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and ED. RGB value is (172,138,237). Sum of RGB (Red+Green+Blue) = 172+138+237=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AED is #537512. Grayscale: #9F9F9F. Windows color (decimal): -5469459 or 15567532. OLE color: 15567532.

HSL color Cylindrical-coordinate representation of color #AC8AED: hue angle of 260.61º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8AED is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172138237-
CMYK0.270.4200.07
HSL260.61º73.33%73.53%-
HSV(B)260.61º41.77%92.94%-
XYZ41.3933.0684.32-
YUV159.45171.76136.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=31.44%
G=25.23%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721382370.270.4200.07260.6173.3373.53
HexAC8AED1B2A07105494a
Octal254212355335207405111112
Binary10101100100010101110110111011101010011110000010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AED; }

 p { color: rgb(172,138,237); }

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

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

 a { background-color: rgb(172,138,237); }

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

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

 span { border-color: rgb(172,138,237); }

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