Html Css Color HEX #AD93DA Biloba Flower

📋 copy color: '#AD93DA'

red 173 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #AD93DA

Tints of Biloba Flower #AD93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 32.16%
G = 27.32%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD93DA (or 0xAD93DA) is known color: Biloba Flower. HEX triplet: AD, 93 and DA. RGB value is (173,147,218). Sum of RGB (Red+Green+Blue) = 173+147+218=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93DA is #526C25. Grayscale: #A2A2A2. Windows color (decimal): -5401638 or 14324653. OLE color: 14324653.

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

Color convert

RGB 173 147 218 -
CMYK 0.21 0.33 0 0.15
HSL 261.97º 0.49% 0.72% -
HSV(B) 261.97º 0.33% 0.85% -
XYZ 40.32 34.81 70.92 -
YUV 162.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 173 147 218 0.21 0.33 0 0.15 261.97 0.49 0.72
Hex AD 93 DA 15 21 0 F 106 31 48
Octal 255 223 332 25 41 0 17 406 61 110
Binary 10101101 10010011 11011010 10101 100001 0 1111 100000110 110001 1001000

Color Harmonies of #AD93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93DA

Black with #AD93DA

Text Example


Text Example

White with #AD93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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