#AD93CE

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

Shades of Biloba Flower #AD93CE

Tints of Biloba Flower #AD93CE

Color information

#AD93CE (or 0xAD93CE) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and CE. RGB value is (173,147,206). Sum of RGB (Red+Green+Blue) = 173+147+206=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CE is #526C31. Grayscale: #A1A1A1. Windows color (decimal): -5401650 or 13538221. OLE color: 13538221.

HSL color Cylindrical-coordinate representation of color #AD93CE: hue angle of 266.44º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD93CE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173147206-
CMYK0.160.2900.19
HSL266.44º37.58%69.22%-
HSV(B)266.44º28.64%80.78%-
XYZ38.8134.2162.95-
YUV161.5153.11136.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=32.89%
G=27.95%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731472060.160.2900.19266.4437.5869.22
HexAD93CE101D01310a2645
Octal255223316203502341246105
Binary10101101100100111100111010000111010100111000010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93CE; }

 p { color: rgb(173,147,206); }

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

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

 a { background-color: rgb(173,147,206); }

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

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

 span { border-color: rgb(173,147,206); }

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