#AC8AFA

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

Shades of Biloba Flower #AC8AFA

Tints of Biloba Flower #AC8AFA

Color information

#AC8AFA (or 0xAC8AFA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and FA. RGB value is (172,138,250). Sum of RGB (Red+Green+Blue) = 172+138+250=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC8AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AFA is #537505. Grayscale: #A0A0A0. Windows color (decimal): -5469446 or 16419500. OLE color: 16419500.

HSL color Cylindrical-coordinate representation of color #AC8AFA: hue angle of 258.21º degrees, saturation: 0.92, 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 #AC8AFA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172138250-
CMYK0.310.4500.02
HSL258.21º91.8%76.08%-
HSV(B)258.21º44.8%98.04%-
XYZ43.3633.8594.69-
YUV160.93178.26135.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=30.71%
G=24.64%
B=44.64%

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
Decimal1721382500.310.4500.02258.2191.876.08
HexAC8AFA1F2D021025c4c
Octal254212372375502402134114
Binary1010110010001010111110101111110110101010000001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AFA; }

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

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

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

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

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

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

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

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