Html Css Color HEX #AD91D1 Biloba Flower

📋 copy color: '#AD91D1'

red 173 ◦ green 145 ◦ blue 209

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

Shades of Biloba Flower #AD91D1

Tints of Biloba Flower #AD91D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 32.83%
G = 27.51%
B = 39.66%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD91D1 (or 0xAD91D1) is known color: Biloba Flower. HEX triplet: AD, 91 and D1. RGB value is (173,145,209). Sum of RGB (Red+Green+Blue) = 173+145+209=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD91D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91D1 is #526E2E. Grayscale: #A0A0A0. Windows color (decimal): -5402159 or 13734317. OLE color: 13734317.

HSL color Cylindrical-coordinate representation of color #AD91D1: hue angle of 266.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD91D1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 145 209 -
CMYK 0.17 0.31 0 0.18
HSL 266.25º 0.41% 0.69% -
HSV(B) 266.25º 0.31% 0.82% -
XYZ 38.87 33.74 64.79 -
YUV 160.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 173 145 209 0.17 0.31 0 0.18 266.25 0.41 0.69
Hex AD 91 D1 11 1F 0 12 10A 29 45
Octal 255 221 321 21 37 0 22 412 51 105
Binary 10101101 10010001 11010001 10001 11111 0 10010 100001010 101001 1000101

Color Harmonies of #AD91D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91D1

Black with #AD91D1

Text Example


Text Example

White with #AD91D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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