#AD95D3

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

Shades of Biloba Flower #AD95D3

Tints of Biloba Flower #AD95D3

Color information

#AD95D3 (or 0xAD95D3) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and D3. RGB value is (173,149,211). Sum of RGB (Red+Green+Blue) = 173+149+211=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD95D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95D3 is #526A2C. Grayscale: #A3A3A3. Windows color (decimal): -5401133 or 13866413. OLE color: 13866413.

HSL color Cylindrical-coordinate representation of color #AD95D3: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD95D3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173149211-
CMYK0.180.2900.17
HSL263.23º41.33%70.59%-
HSV(B)263.23º29.38%82.75%-
XYZ39.7435.0866.31-
YUV163.24154.95134.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=32.46%
G=27.95%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731492110.180.2900.17263.2341.3370.59
HexAD95D3121D0111072947
Octal255225323223502140751107
Binary10101101100101011101001110010111010100011000001111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95D3; }

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

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

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

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

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

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

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

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