#AC8AF9

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

Shades of Biloba Flower #AC8AF9

Tints of Biloba Flower #AC8AF9

Color information

#AC8AF9 (or 0xAC8AF9) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and F9. RGB value is (172,138,249). Sum of RGB (Red+Green+Blue) = 172+138+249=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AF9 is #537506. Grayscale: #A0A0A0. Windows color (decimal): -5469447 or 16353964. OLE color: 16353964.

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

Color convert

RGB172138249-
CMYK0.310.4500.02
HSL258.38º90.24%75.88%-
HSV(B)258.38º44.58%97.65%-
XYZ43.233.7993.87-
YUV160.82177.76135.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=30.77%
G=24.69%
B=44.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721382490.310.4500.02258.3890.2475.88
HexAC8AF91F2D021025a4c
Octal254212371375502402132114
Binary1010110010001010111110011111110110101010000001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AF9; }

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

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

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

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

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

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

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

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