Html Css Color HEX #AD90DA Biloba Flower

📋 copy color: '#AD90DA'

red 173 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #AD90DA

Tints of Biloba Flower #AD90DA

RGB

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

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

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

R = 32.34%
G = 26.92%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD90DA (or 0xAD90DA) is known color: Biloba Flower. HEX triplet: AD, 90 and DA. RGB value is (173,144,218). Sum of RGB (Red+Green+Blue) = 173+144+218=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90DA is #526F25. Grayscale: #A0A0A0. Windows color (decimal): -5402406 or 14323885. OLE color: 14323885.

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

Color convert

RGB 173 144 218 -
CMYK 0.21 0.34 0 0.15
HSL 263.51º 0.5% 0.71% -
HSV(B) 263.51º 0.34% 0.85% -
XYZ 39.86 33.89 70.77 -
YUV 161.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 173 144 218 0.21 0.34 0 0.15 263.51 0.5 0.71
Hex AD 90 DA 15 22 0 F 108 32 47
Octal 255 220 332 25 42 0 17 410 62 107
Binary 10101101 10010000 11011010 10101 100010 0 1111 100001000 110010 1000111

Color Harmonies of #AD90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90DA

Black with #AD90DA

Text Example


Text Example

White with #AD90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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