#AC9BFB

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

Shades of Biloba Flower #AC9BFB

Tints of Biloba Flower #AC9BFB

Color information

#AC9BFB (or 0xAC9BFB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and FB. RGB value is (172,155,251). Sum of RGB (Red+Green+Blue) = 172+155+251=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9BFB is #536404. Grayscale: #AAAAAA. Windows color (decimal): -5465093 or 16489388. OLE color: 16489388.

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

Color convert

RGB172155251-
CMYK0.310.3800.02
HSL250.62º92.31%79.61%-
HSV(B)250.62º38.25%98.43%-
XYZ46.1539.1896.4-
YUV171.03173.13128.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=29.76%
G=26.82%
B=43.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721552510.310.3800.02250.6292.3179.61
HexAC9BFB1F2602fb5c50
Octal254233373374602373134120
Binary101011001001101111111011111111001100101111101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BFB; }

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

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

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

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

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

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

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

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