#AC92ED

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

Shades of Biloba Flower #AC92ED

Tints of Biloba Flower #AC92ED

Color information

#AC92ED (or 0xAC92ED) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and ED. RGB value is (172,146,237). Sum of RGB (Red+Green+Blue) = 172+146+237=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC92ED is #536D12. Grayscale: #A3A3A3. Windows color (decimal): -5467411 or 15569580. OLE color: 15569580.

HSL color Cylindrical-coordinate representation of color #AC92ED: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC92ED is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172146237-
CMYK0.270.3800.07
HSL257.14º71.65%75.1%-
HSV(B)257.14º38.4%92.94%-
XYZ42.5835.4484.72-
YUV164.15169.11133.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=30.99%
G=26.31%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721462370.270.3800.07257.1471.6575.1
HexAC92ED1B2607101484b
Octal254222355334607401110113
Binary10101100100100101110110111011100110011110000000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92ED; }

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

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

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

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

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

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

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

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