#AC8BFA

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

Shades of Biloba Flower #AC8BFA

Tints of Biloba Flower #AC8BFA

Color information

#AC8BFA (or 0xAC8BFA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and FA. RGB value is (172,139,250). Sum of RGB (Red+Green+Blue) = 172+139+250=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BFA is #537405. Grayscale: #A1A1A1. Windows color (decimal): -5469190 or 16419756. OLE color: 16419756.

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

Color convert

RGB172139250-
CMYK0.310.4400.02
HSL257.84º91.74%76.27%-
HSV(B)257.84º44.4%98.04%-
XYZ43.534.1494.74-
YUV161.52177.93135.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=30.66%
G=24.78%
B=44.56%

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
Decimal1721392500.310.4400.02257.8491.7476.27
HexAC8BFA1F2C021025c4c
Octal254213372375402402134114
Binary1010110010001011111110101111110110001010000001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BFA; }

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

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

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

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

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

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

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

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