#AD93CD

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

Shades of Biloba Flower #AD93CD

Tints of Biloba Flower #AD93CD

Color information

#AD93CD (or 0xAD93CD) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and CD. RGB value is (173,147,205). Sum of RGB (Red+Green+Blue) = 173+147+205=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD93CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CD is #526C32. Grayscale: #A1A1A1. Windows color (decimal): -5401651 or 13472685. OLE color: 13472685.

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

Color convert

RGB173147205-
CMYK0.160.2800.20
HSL266.9º36.71%69.02%-
HSV(B)266.9º28.29%80.39%-
XYZ38.6934.1662.31-
YUV161.39152.61136.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=32.95%
G=28%
B=39.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731472050.160.2800.20266.936.7169.02
HexAD93CD101C01410b2545
Octal255223315203402441345105
Binary10101101100100111100110110000111000101001000010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93CD; }

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

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

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

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

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

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

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

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