#AD95DB

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

Shades of Biloba Flower #AD95DB

Tints of Biloba Flower #AD95DB

Color information

#AD95DB (or 0xAD95DB) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and DB. RGB value is (173,149,219). Sum of RGB (Red+Green+Blue) = 173+149+219=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95DB is #526A24. Grayscale: #A3A3A3. Windows color (decimal): -5401125 or 14390701. OLE color: 14390701.

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

Color convert

RGB173149219-
CMYK0.210.3200.14
HSL260.57º49.3%72.16%-
HSV(B)260.57º31.96%85.88%-
XYZ40.7735.4971.72-
YUV164.16158.95134.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=31.98%
G=27.54%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731492190.210.3200.14260.5749.372.16
HexAD95DB15200E1053148
Octal255225333254001640561110
Binary10101101100101011101101110101100000011101000001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95DB; }

 p { color: rgb(173,149,219); }

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

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

 a { background-color: rgb(173,149,219); }

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

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

 span { border-color: rgb(173,149,219); }

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