#AC8DF9

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

Shades of Biloba Flower #AC8DF9

Tints of Biloba Flower #AC8DF9

Color information

#AC8DF9 (or 0xAC8DF9) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and F9. RGB value is (172,141,249). Sum of RGB (Red+Green+Blue) = 172+141+249=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DF9 is #537206. Grayscale: #A2A2A2. Windows color (decimal): -5468679 or 16354732. OLE color: 16354732.

HSL color Cylindrical-coordinate representation of color #AC8DF9: hue angle of 257.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8DF9 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172141249-
CMYK0.310.4300.02
HSL257.22º90%76.47%-
HSV(B)257.22º43.37%97.65%-
XYZ43.6434.6694.01-
YUV162.58176.77134.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=30.60%
G=25.09%
B=44.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721412490.310.4300.02257.229076.47
HexAC8DF91F2B021015a4c
Octal254215371375302401132114
Binary1010110010001101111110011111110101101010000000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DF9; }

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

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

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

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

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

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

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

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