#AC9BF1

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

Shades of Biloba Flower #AC9BF1

Tints of Biloba Flower #AC9BF1

Color information

#AC9BF1 (or 0xAC9BF1) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and F1. RGB value is (172,155,241). Sum of RGB (Red+Green+Blue) = 172+155+241=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC9BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9BF1 is #53640E. Grayscale: #A9A9A9. Windows color (decimal): -5465103 or 15834028. OLE color: 15834028.

HSL color Cylindrical-coordinate representation of color #AC9BF1: hue angle of 251.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC9BF1 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172155241-
CMYK0.290.3600.05
HSL251.86º75.44%77.65%-
HSV(B)251.86º35.68%94.51%-
XYZ44.6138.5688.31-
YUV169.89168.13129.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=30.28%
G=27.29%
B=42.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721552410.290.3600.05251.8675.4477.65
HexAC9BF11D2405fc4b4e
Octal254233361354405374113116
Binary1010110010011011111100011110110010001011111110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BF1; }

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

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

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

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

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

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

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

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