Html Css Color HEX #AD91DA Biloba Flower

📋 copy color: '#AD91DA'

red 173 ◦ green 145 ◦ blue 218

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

Shades of Biloba Flower #AD91DA

Tints of Biloba Flower #AD91DA

RGB

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

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

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

R = 32.28%
G = 27.05%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD91DA (or 0xAD91DA) is known color: Biloba Flower. HEX triplet: AD, 91 and DA. RGB value is (173,145,218). Sum of RGB (Red+Green+Blue) = 173+145+218=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD91DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DA is #526E25. Grayscale: #A1A1A1. Windows color (decimal): -5402150 or 14324141. OLE color: 14324141.

HSL color Cylindrical-coordinate representation of color #AD91DA: hue angle of 263.01º degrees, saturation: 0.5, 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 #AD91DA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 145 218 -
CMYK 0.21 0.33 0 0.15
HSL 263.01º 0.5% 0.71% -
HSV(B) 263.01º 0.33% 0.85% -
XYZ 40.01 34.2 70.82 -
YUV 161.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 173 145 218 0.21 0.33 0 0.15 263.01 0.5 0.71
Hex AD 91 DA 15 21 0 F 107 32 47
Octal 255 221 332 25 41 0 17 407 62 107
Binary 10101101 10010001 11011010 10101 100001 0 1111 100000111 110010 1000111

Color Harmonies of #AD91DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91DA

Black with #AD91DA

Text Example


Text Example

White with #AD91DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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