Html Css Color HEX #AD93DD Biloba Flower

📋 copy color: '#AD93DD'

red 173 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #AD93DD

Tints of Biloba Flower #AD93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 31.98%
G = 27.17%
B = 40.85%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD93DD (or 0xAD93DD) is known color: Biloba Flower. HEX triplet: AD, 93 and DD. RGB value is (173,147,221). Sum of RGB (Red+Green+Blue) = 173+147+221=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93DD is #526C22. Grayscale: #A2A2A2. Windows color (decimal): -5401635 or 14521261. OLE color: 14521261.

HSL color Cylindrical-coordinate representation of color #AD93DD: hue angle of 261.08º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD93DD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 147 221 -
CMYK 0.22 0.33 0 0.13
HSL 261.08º 0.52% 0.72% -
HSV(B) 261.08º 0.33% 0.87% -
XYZ 40.72 34.97 73.01 -
YUV 163.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 173 147 221 0.22 0.33 0 0.13 261.08 0.52 0.72
Hex AD 93 DD 16 21 0 D 105 34 48
Octal 255 223 335 26 41 0 15 405 64 110
Binary 10101101 10010011 11011101 10110 100001 0 1101 100000101 110100 1001000

Color Harmonies of #AD93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93DD

Black with #AD93DD

Text Example


Text Example

White with #AD93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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