Html Css Color HEX #AD93DC Biloba Flower

📋 copy color: '#AD93DC'

red 173 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #AD93DC

Tints of Biloba Flower #AD93DC

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 32.04%
G = 27.22%
B = 40.74%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD93DC (or 0xAD93DC) is known color: Biloba Flower. HEX triplet: AD, 93 and DC. RGB value is (173,147,220). Sum of RGB (Red+Green+Blue) = 173+147+220=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93DC is #526C23. Grayscale: #A2A2A2. Windows color (decimal): -5401636 or 14455725. OLE color: 14455725.

HSL color Cylindrical-coordinate representation of color #AD93DC: hue angle of 261.37º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD93DC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 147 220 -
CMYK 0.21 0.33 0 0.14
HSL 261.37º 0.51% 0.72% -
HSV(B) 261.37º 0.33% 0.86% -
XYZ 40.59 34.92 72.31 -
YUV 163.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 173 147 220 0.21 0.33 0 0.14 261.37 0.51 0.72
Hex AD 93 DC 15 21 0 E 105 33 48
Octal 255 223 334 25 41 0 16 405 63 110
Binary 10101101 10010011 11011100 10101 100001 0 1110 100000101 110011 1001000

Color Harmonies of #AD93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93DC

Black with #AD93DC

Text Example


Text Example

White with #AD93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93DC; }

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

 H1.HeaderClassName
 {
   color: #AD93DC;
 }
 .AnyTagClassName
 {
   color: #AD93DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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