#AD95CD

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

Shades of Biloba Flower #AD95CD

Tints of Biloba Flower #AD95CD

Color information

#AD95CD (or 0xAD95CD) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and CD. RGB value is (173,149,205). Sum of RGB (Red+Green+Blue) = 173+149+205=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95CD is #526A32. Grayscale: #A2A2A2. Windows color (decimal): -5401139 or 13473197. OLE color: 13473197.

HSL color Cylindrical-coordinate representation of color #AD95CD: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD95CD is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173149205-
CMYK0.160.2700.20
HSL265.71º35.9%69.41%-
HSV(B)265.71º27.32%80.39%-
XYZ3934.7962.42-
YUV162.56151.95135.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=32.83%
G=28.27%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731492050.160.2700.20265.7135.969.41
HexAD95CD101B01410a2445
Octal255225315203302441244105
Binary10101101100101011100110110000110110101001000010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95CD; }

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

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

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

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

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

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

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

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