#AC8EFB

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

Shades of Biloba Flower #AC8EFB

Tints of Biloba Flower #AC8EFB

Color information

#AC8EFB (or 0xAC8EFB) is unknown color: approx Biloba Flower. HEX triplet: AC, 8E and FB. RGB value is (172,142,251). Sum of RGB (Red+Green+Blue) = 172+142+251=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EFB is #537104. Grayscale: #A2A2A2. Windows color (decimal): -5468421 or 16486060. OLE color: 16486060.

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

Color convert

RGB172142251-
CMYK0.310.4300.02
HSL256.51º93.16%77.06%-
HSV(B)256.51º43.43%98.43%-
XYZ44.135.0895.71-
YUV163.4177.44134.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=30.44%
G=25.13%
B=44.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721422510.310.4300.02256.5193.1677.06
HexAC8EFB1F2B021015d4d
Octal254216373375302401135115
Binary1010110010001110111110111111110101101010000000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8EFB; }

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

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

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

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

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

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

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

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