#AC8BFB

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

Shades of Biloba Flower #AC8BFB

Tints of Biloba Flower #AC8BFB

Color information

#AC8BFB (or 0xAC8BFB) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and FB. RGB value is (172,139,251). Sum of RGB (Red+Green+Blue) = 172+139+251=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BFB is #537404. Grayscale: #A1A1A1. Windows color (decimal): -5469189 or 16485292. OLE color: 16485292.

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

Color convert

RGB172139251-
CMYK0.310.4500.02
HSL257.68º93.33%76.47%-
HSV(B)257.68º44.62%98.43%-
XYZ43.6634.295.57-
YUV161.64178.43135.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=30.60%
G=24.73%
B=44.66%

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
Decimal1721392510.310.4500.02257.6893.3376.47
HexAC8BFB1F2D021025d4c
Octal254213373375502402135114
Binary1010110010001011111110111111110110101010000001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BFB; }

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

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

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

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

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

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

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

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