Html Css Color HEX #AD90DD Biloba Flower

📋 copy color: '#AD90DD'

red 173 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #AD90DD

Tints of Biloba Flower #AD90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.77%

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

R = 32.16%
G = 26.77%
B = 41.08%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD90DD (or 0xAD90DD) is known color: Biloba Flower. HEX triplet: AD, 90 and DD. RGB value is (173,144,221). Sum of RGB (Red+Green+Blue) = 173+144+221=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90DD is #526F22. Grayscale: #A1A1A1. Windows color (decimal): -5402403 or 14520493. OLE color: 14520493.

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

Color convert

RGB 173 144 221 -
CMYK 0.22 0.35 0 0.13
HSL 262.6º 0.53% 0.72% -
HSV(B) 262.6º 0.35% 0.87% -
XYZ 40.26 34.05 72.86 -
YUV 161.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 173 144 221 0.22 0.35 0 0.13 262.6 0.53 0.72
Hex AD 90 DD 16 23 0 D 107 35 48
Octal 255 220 335 26 43 0 15 407 65 110
Binary 10101101 10010000 11011101 10110 100011 0 1101 100000111 110101 1001000

Color Harmonies of #AD90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90DD

Black with #AD90DD

Text Example


Text Example

White with #AD90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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