Html Css Color HEX #AD90DC Biloba Flower

📋 copy color: '#AD90DC'

red 173 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #AD90DC

Tints of Biloba Flower #AD90DC

RGB

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

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

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

R = 32.22%
G = 26.82%
B = 40.97%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD90DC (or 0xAD90DC) is known color: Biloba Flower. HEX triplet: AD, 90 and DC. RGB value is (173,144,220). Sum of RGB (Red+Green+Blue) = 173+144+220=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90DC is #526F23. Grayscale: #A1A1A1. Windows color (decimal): -5402404 or 14454957. OLE color: 14454957.

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

Color convert

RGB 173 144 220 -
CMYK 0.21 0.35 0 0.14
HSL 262.89º 0.52% 0.71% -
HSV(B) 262.89º 0.35% 0.86% -
XYZ 40.13 34 72.16 -
YUV 161.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 173 144 220 0.21 0.35 0 0.14 262.89 0.52 0.71
Hex AD 90 DC 15 23 0 E 107 34 47
Octal 255 220 334 25 43 0 16 407 64 107
Binary 10101101 10010000 11011100 10101 100011 0 1110 100000111 110100 1000111

Color Harmonies of #AD90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90DC

Black with #AD90DC

Text Example


Text Example

White with #AD90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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