Html Css Color HEX #AD91DC Biloba Flower

📋 copy color: '#AD91DC'

red 173 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #AD91DC

Tints of Biloba Flower #AD91DC

RGB

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

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

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

R = 32.16%
G = 26.95%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD91DC (or 0xAD91DC) is known color: Biloba Flower. HEX triplet: AD, 91 and DC. RGB value is (173,145,220). Sum of RGB (Red+Green+Blue) = 173+145+220=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DC is #526E23. Grayscale: #A1A1A1. Windows color (decimal): -5402148 or 14455213. OLE color: 14455213.

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

Color convert

RGB 173 145 220 -
CMYK 0.21 0.34 0 0.14
HSL 262.4º 0.52% 0.72% -
HSV(B) 262.4º 0.34% 0.86% -
XYZ 40.28 34.3 72.21 -
YUV 161.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 173 145 220 0.21 0.34 0 0.14 262.4 0.52 0.72
Hex AD 91 DC 15 22 0 E 106 34 48
Octal 255 221 334 25 42 0 16 406 64 110
Binary 10101101 10010001 11011100 10101 100010 0 1110 100000110 110100 1001000

Color Harmonies of #AD91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91DC

Black with #AD91DC

Text Example


Text Example

White with #AD91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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