Html Css Color HEX #ADA0D3 Biloba Flower

📋 copy color: '#ADA0D3'

red 173 ◦ green 160 ◦ blue 211

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

Shades of Biloba Flower #ADA0D3

Tints of Biloba Flower #ADA0D3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.41%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 31.8%
G = 29.41%
B = 38.79%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADA0D3 (or 0xADA0D3) is known color: Biloba Flower. HEX triplet: AD, A0 and D3. RGB value is (173,160,211). Sum of RGB (Red+Green+Blue) = 173+160+211=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADA0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0D3 is #525F2C. Grayscale: #A9A9A9. Windows color (decimal): -5398317 or 13869229. OLE color: 13869229.

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

Color convert

RGB 173 160 211 -
CMYK 0.18 0.24 0 0.17
HSL 255.29º 0.37% 0.73% -
HSV(B) 255.29º 0.24% 0.83% -
XYZ 41.56 38.73 66.91 -
YUV 169.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 173 160 211 0.18 0.24 0 0.17 255.29 0.37 0.73
Hex AD A0 D3 12 18 0 11 FF 25 49
Octal 255 240 323 22 30 0 21 377 45 111
Binary 10101101 10100000 11010011 10010 11000 0 10001 11111111 100101 1001001

Color Harmonies of #ADA0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0D3

Black with #ADA0D3

Text Example


Text Example

White with #ADA0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0D3; }

 p { color: rgb(173,160,211); }

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

background-color css

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

 a { background-color: rgb(173,160,211); }

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

border-color css

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

 span { border-color: rgb(173,160,211); }

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