Html Css Color HEX #AD93CE Biloba Flower

📋 copy color: '#AD93CE'

red 173 ◦ green 147 ◦ blue 206

#AD93CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD93CE

Tints of Biloba Flower #AD93CE

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 value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD93CE (or 0xAD93CE) is known color: 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

RGB 173 147 206 -
CMYK 0.16 0.29 0 0.19
HSL 266.44º 0.38% 0.69% -
HSV(B) 266.44º 0.29% 0.81% -
XYZ 38.81 34.21 62.95 -
YUV 161.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 173 147 206 0.16 0.29 0 0.19 266.44 0.38 0.69
Hex AD 93 CE 10 1D 0 13 10A 26 45
Octal 255 223 316 20 35 0 23 412 46 105
Binary 10101101 10010011 11001110 10000 11101 0 10011 100001010 100110 1000101

Color Harmonies of #AD93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93CE

Black with #AD93CE

Text Example


Text Example

White with #AD93CE

Text Example


Text Example

HTML Codes & Css Web 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>