Html Css Color HEX #AD91D9 Biloba Flower

📋 copy color: '#AD91D9'

red 173 ◦ green 145 ◦ blue 217

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

Shades of Biloba Flower #AD91D9

Tints of Biloba Flower #AD91D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 32.34%
G = 27.1%
B = 40.56%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD91D9 (or 0xAD91D9) is known color: Biloba Flower. HEX triplet: AD, 91 and D9. RGB value is (173,145,217). Sum of RGB (Red+Green+Blue) = 173+145+217=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD91D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91D9 is #526E26. Grayscale: #A1A1A1. Windows color (decimal): -5402151 or 14258605. OLE color: 14258605.

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

Color convert

RGB 173 145 217 -
CMYK 0.20 0.33 0 0.15
HSL 263.33º 0.49% 0.71% -
HSV(B) 263.33º 0.33% 0.85% -
XYZ 39.88 34.14 70.13 -
YUV 161.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 173 145 217 0.20 0.33 0 0.15 263.33 0.49 0.71
Hex AD 91 D9 14 21 0 F 107 31 47
Octal 255 221 331 24 41 0 17 407 61 107
Binary 10101101 10010001 11011001 10100 100001 0 1111 100000111 110001 1000111

Color Harmonies of #AD91D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91D9

Black with #AD91D9

Text Example


Text Example

White with #AD91D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91D9; }

 p { color: rgb(173,145,217); }

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

background-color css

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

 a { background-color: rgb(173,145,217); }

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

border-color css

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

 span { border-color: rgb(173,145,217); }

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