#AC92DC

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

Shades of Biloba Flower #AC92DC

Tints of Biloba Flower #AC92DC

Color information

#AC92DC (or 0xAC92DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and DC. RGB value is (172,146,220). Sum of RGB (Red+Green+Blue) = 172+146+220=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92DC is #536D23. Grayscale: #A1A1A1. Windows color (decimal): -5467428 or 14455468. OLE color: 14455468.

HSL color Cylindrical-coordinate representation of color #AC92DC: hue angle of 261.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC92DC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172146220-
CMYK0.220.3400.14
HSL261.08º51.39%71.76%-
HSV(B)261.08º33.64%86.27%-
XYZ40.2134.572.25-
YUV162.21160.61134.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=31.97%
G=27.14%
B=40.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721462200.220.3400.14261.0851.3971.76
HexAC92DC16220E1053348
Octal254222334264201640563110
Binary10101100100100101101110010110100010011101000001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92DC; }

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

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

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

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

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

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

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

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