#AC92F9

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

Shades of Biloba Flower #AC92F9

Tints of Biloba Flower #AC92F9

Color information

#AC92F9 (or 0xAC92F9) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and F9. RGB value is (172,146,249). Sum of RGB (Red+Green+Blue) = 172+146+249=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC92F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC92F9 is #536D06. Grayscale: #A5A5A5. Windows color (decimal): -5467399 or 16356012. OLE color: 16356012.

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

Color convert

RGB172146249-
CMYK0.310.4100.02
HSL255.15º89.57%77.45%-
HSV(B)255.15º41.37%97.65%-
XYZ44.3936.1794.26-
YUV165.52175.11132.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=30.34%
G=25.75%
B=43.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721462490.310.4100.02255.1589.5777.45
HexAC92F91F2902ff5a4d
Octal254222371375102377132115
Binary101011001001001011111001111111010010101111111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92F9; }

 p { color: rgb(172,146,249); }

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

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

 a { background-color: rgb(172,146,249); }

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

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

 span { border-color: rgb(172,146,249); }

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