#AC92F3

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

Shades of Biloba Flower #AC92F3

Tints of Biloba Flower #AC92F3

Color information

#AC92F3 (or 0xAC92F3) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and F3. RGB value is (172,146,243). Sum of RGB (Red+Green+Blue) = 172+146+243=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC92F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC92F3 is #536D0C. Grayscale: #A4A4A4. Windows color (decimal): -5467405 or 15962796. OLE color: 15962796.

HSL color Cylindrical-coordinate representation of color #AC92F3: hue angle of 256.08º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC92F3 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172146243-
CMYK0.290.4000.05
HSL256.08º80.17%76.27%-
HSV(B)256.08º39.92%95.29%-
XYZ43.4735.889.41-
YUV164.83172.11133.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=30.66%
G=26.02%
B=43.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721462430.290.4000.05256.0880.1776.27
HexAC92F31D2805100504c
Octal254222363355005400120114
Binary10101100100100101111001111101101000010110000000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92F3; }

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

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

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

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

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

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

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

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