#AD95D8

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

Shades of Biloba Flower #AD95D8

Tints of Biloba Flower #AD95D8

Color information

#AD95D8 (or 0xAD95D8) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and D8. RGB value is (173,149,216). Sum of RGB (Red+Green+Blue) = 173+149+216=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD95D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95D8 is #526A27. Grayscale: #A3A3A3. Windows color (decimal): -5401128 or 14194093. OLE color: 14194093.

HSL color Cylindrical-coordinate representation of color #AD95D8: hue angle of 261.49º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD95D8 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173149216-
CMYK0.200.3100.15
HSL261.49º46.21%71.57%-
HSV(B)261.49º31.02%84.71%-
XYZ40.3835.3469.66-
YUV163.81157.45134.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=32.16%
G=27.70%
B=40.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731492160.200.3100.15261.4946.2171.57
HexAD95D8141F0F1052e48
Octal255225330243701740556110
Binary1010110110010101110110001010011111011111000001011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95D8; }

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

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

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

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

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

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

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

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