Html Css Color HEX #ADA2DB Biloba Flower

📋 copy color: '#ADA2DB'

red 173 ◦ green 162 ◦ blue 219

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

Shades of Biloba Flower #ADA2DB

Tints of Biloba Flower #ADA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 31.23%
G = 29.24%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA2DB (or 0xADA2DB) is known color: Biloba Flower. HEX triplet: AD, A2 and DB. RGB value is (173,162,219). Sum of RGB (Red+Green+Blue) = 173+162+219=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2DB is #525D24. Grayscale: #ABABAB. Windows color (decimal): -5397797 or 14394029. OLE color: 14394029.

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

Color convert

RGB 173 162 219 -
CMYK 0.21 0.26 0 0.14
HSL 251.58º 0.44% 0.75% -
HSV(B) 251.58º 0.26% 0.86% -
XYZ 42.94 39.84 72.44 -
YUV 171.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 173 162 219 0.21 0.26 0 0.14 251.58 0.44 0.75
Hex AD A2 DB 15 1A 0 E FC 2C 4B
Octal 255 242 333 25 32 0 16 374 54 113
Binary 10101101 10100010 11011011 10101 11010 0 1110 11111100 101100 1001011

Color Harmonies of #ADA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2DB

Black with #ADA2DB

Text Example


Text Example

White with #ADA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2DB; }

 p { color: rgb(173,162,219); }

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

background-color css

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

 a { background-color: rgb(173,162,219); }

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

border-color css

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

 span { border-color: rgb(173,162,219); }

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