Html Css Color HEX #ADA0D5 Biloba Flower

📋 copy color: '#ADA0D5'

red 173 ◦ green 160 ◦ blue 213

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

Shades of Biloba Flower #ADA0D5

Tints of Biloba Flower #ADA0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 31.68%
G = 29.3%
B = 39.01%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADA0D5 (or 0xADA0D5) is known color: Biloba Flower. HEX triplet: AD, A0 and D5. RGB value is (173,160,213). Sum of RGB (Red+Green+Blue) = 173+160+213=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0D5 is #525F2A. Grayscale: #A9A9A9. Windows color (decimal): -5398315 or 14000301. OLE color: 14000301.

HSL color Cylindrical-coordinate representation of color #ADA0D5: hue angle of 254.72º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA0D5 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 160 213 -
CMYK 0.19 0.25 0 0.16
HSL 254.72º 0.39% 0.73% -
HSV(B) 254.72º 0.25% 0.84% -
XYZ 41.81 38.83 68.24 -
YUV 169.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 173 160 213 0.19 0.25 0 0.16 254.72 0.39 0.73
Hex AD A0 D5 13 19 0 10 FF 27 49
Octal 255 240 325 23 31 0 20 377 47 111
Binary 10101101 10100000 11010101 10011 11001 0 10000 11111111 100111 1001001

Color Harmonies of #ADA0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0D5

Black with #ADA0D5

Text Example


Text Example

White with #ADA0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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