#AC92DB

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

Shades of Biloba Flower #AC92DB

Tints of Biloba Flower #AC92DB

Color information

#AC92DB (or 0xAC92DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and DB. RGB value is (172,146,219). Sum of RGB (Red+Green+Blue) = 172+146+219=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92DB is #536D24. Grayscale: #A1A1A1. Windows color (decimal): -5467429 or 14389932. OLE color: 14389932.

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

Color convert

RGB172146219-
CMYK0.210.3300.14
HSL261.37º50.34%71.57%-
HSV(B)261.37º33.33%85.88%-
XYZ40.0834.4471.55-
YUV162.1160.11135.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=32.03%
G=27.19%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721462190.210.3300.14261.3750.3471.57
HexAC92DB15210E1053248
Octal254222333254101640562110
Binary10101100100100101101101110101100001011101000001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92DB; }

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

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

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

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

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

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

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

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