Html Css Color HEX #AD91DF Biloba Flower

📋 copy color: '#AD91DF'

red 173 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #AD91DF

Tints of Biloba Flower #AD91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 31.98%
G = 26.8%
B = 41.22%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD91DF (or 0xAD91DF) is known color: Biloba Flower. HEX triplet: AD, 91 and DF. RGB value is (173,145,223). Sum of RGB (Red+Green+Blue) = 173+145+223=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91DF is #526E20. Grayscale: #A1A1A1. Windows color (decimal): -5402145 or 14651821. OLE color: 14651821.

HSL color Cylindrical-coordinate representation of color #AD91DF: hue angle of 261.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD91DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 145 223 -
CMYK 0.22 0.35 0 0.13
HSL 261.54º 0.55% 0.72% -
HSV(B) 261.54º 0.35% 0.87% -
XYZ 40.68 34.46 74.32 -
YUV 162.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 173 145 223 0.22 0.35 0 0.13 261.54 0.55 0.72
Hex AD 91 DF 16 23 0 D 106 37 48
Octal 255 221 337 26 43 0 15 406 67 110
Binary 10101101 10010001 11011111 10110 100011 0 1101 100000110 110111 1001000

Color Harmonies of #AD91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91DF

Black with #AD91DF

Text Example


Text Example

White with #AD91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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