#AC8DFA

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

Shades of Biloba Flower #AC8DFA

Tints of Biloba Flower #AC8DFA

Color information

#AC8DFA (or 0xAC8DFA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and FA. RGB value is (172,141,250). Sum of RGB (Red+Green+Blue) = 172+141+250=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DFA is #537205. Grayscale: #A2A2A2. Windows color (decimal): -5468678 or 16420268. OLE color: 16420268.

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

Color convert

RGB172141250-
CMYK0.310.4400.02
HSL257.06º91.6%76.67%-
HSV(B)257.06º43.6%98.04%-
XYZ43.7934.7294.84-
YUV162.7177.27134.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=30.55%
G=25.04%
B=44.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721412500.310.4400.02257.0691.676.67
HexAC8DFA1F2C021015c4d
Octal254215372375402401134115
Binary1010110010001101111110101111110110001010000000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DFA; }

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

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

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

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

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

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

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

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