#AD93CF

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

Shades of Biloba Flower #AD93CF

Tints of Biloba Flower #AD93CF

Color information

#AD93CF (or 0xAD93CF) is unknown color: approx Biloba Flower. HEX triplet: AD, 93 and CF. RGB value is (173,147,207). Sum of RGB (Red+Green+Blue) = 173+147+207=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93CF is #526C30. Grayscale: #A1A1A1. Windows color (decimal): -5401649 or 13603757. OLE color: 13603757.

HSL color Cylindrical-coordinate representation of color #AD93CF: hue angle of 266º 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 #AD93CF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173147207-
CMYK0.160.2900.19
HSL266º38.46%69.41%-
HSV(B)266º28.99%81.18%-
XYZ38.9334.2663.59-
YUV161.61153.61136.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=32.83%
G=27.89%
B=39.28%

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
Decimal1731472070.160.2900.1926638.4669.41
HexAD93CF101D01310a2645
Octal255223317203502341246105
Binary10101101100100111100111110000111010100111000010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93CF; }

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

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

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

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

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

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

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

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