#AD91DC

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

Shades of Biloba Flower #AD91DC

Tints of Biloba Flower #AD91DC

Color information

#AD91DC (or 0xAD91DC) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and DC. RGB value is (173,145,220). Sum of RGB (Red+Green+Blue) = 173+145+220=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 145 (57.03% from 255 or 26.95% 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 #AD91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DC is #526E23. Grayscale: #A1A1A1. Windows color (decimal): -5402148 or 14455213. OLE color: 14455213.

HSL color Cylindrical-coordinate representation of color #AD91DC: hue angle of 262.4º degrees, saturation: 0.52, 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 #AD91DC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173145220-
CMYK0.210.3400.14
HSL262.4º51.72%71.57%-
HSV(B)262.4º34.09%86.27%-
XYZ40.2834.372.21-
YUV161.92160.78135.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=32.16%
G=26.95%
B=40.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731452200.210.3400.14262.451.7271.57
HexAD91DC15220E1063448
Octal255221334254201640664110
Binary10101101100100011101110010101100010011101000001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91DC; }

 p { color: rgb(173,145,220); }

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

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

 a { background-color: rgb(173,145,220); }

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

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

 span { border-color: rgb(173,145,220); }

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