#AC8DF4

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

Shades of Biloba Flower #AC8DF4

Tints of Biloba Flower #AC8DF4

Color information

#AC8DF4 (or 0xAC8DF4) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and F4. RGB value is (172,141,244). Sum of RGB (Red+Green+Blue) = 172+141+244=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC8DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DF4 is #53720B. Grayscale: #A1A1A1. Windows color (decimal): -5468684 or 16027052. OLE color: 16027052.

HSL color Cylindrical-coordinate representation of color #AC8DF4: hue angle of 258.06º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8DF4 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172141244-
CMYK0.300.4200.04
HSL258.06º82.4%75.49%-
HSV(B)258.06º42.21%95.69%-
XYZ42.8734.3589.96-
YUV162.01174.27135.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=30.88%
G=25.31%
B=43.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721412440.300.4200.04258.0682.475.49
HexAC8DF41E2A04102524b
Octal254215364365204402122113
Binary10101100100011011111010011110101010010010000001010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DF4; }

 p { color: rgb(172,141,244); }

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

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

 a { background-color: rgb(172,141,244); }

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

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

 span { border-color: rgb(172,141,244); }

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