Html Css Color HEX #ADA1D1 Biloba Flower

📋 copy color: '#ADA1D1'

red 173 ◦ green 161 ◦ blue 209

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

Shades of Biloba Flower #ADA1D1

Tints of Biloba Flower #ADA1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.65%

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

R = 31.86%
G = 29.65%
B = 38.49%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADA1D1 (or 0xADA1D1) is known color: Biloba Flower. HEX triplet: AD, A1 and D1. RGB value is (173,161,209). Sum of RGB (Red+Green+Blue) = 173+161+209=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADA1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1D1 is #525E2E. Grayscale: #A9A9A9. Windows color (decimal): -5398063 or 13738413. OLE color: 13738413.

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

Color convert

RGB 173 161 209 -
CMYK 0.17 0.23 0 0.18
HSL 255º 0.34% 0.73% -
HSV(B) 255º 0.23% 0.82% -
XYZ 41.49 38.98 65.66 -
YUV 170.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 173 161 209 0.17 0.23 0 0.18 255 0.34 0.73
Hex AD A1 D1 11 17 0 12 FF 22 49
Octal 255 241 321 21 27 0 22 377 42 111
Binary 10101101 10100001 11010001 10001 10111 0 10010 11111111 100010 1001001

Color Harmonies of #ADA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1D1

Black with #ADA1D1

Text Example


Text Example

White with #ADA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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