Html Css Color HEX #ADA0CE Biloba Flower

📋 copy color: '#ADA0CE'

red 173 ◦ green 160 ◦ blue 206

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

Shades of Biloba Flower #ADA0CE

Tints of Biloba Flower #ADA0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 32.1%
G = 29.68%
B = 38.22%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA0CE (or 0xADA0CE) is known color: Biloba Flower. HEX triplet: AD, A0 and CE. RGB value is (173,160,206). Sum of RGB (Red+Green+Blue) = 173+160+206=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0CE is #525F31. Grayscale: #A8A8A8. Windows color (decimal): -5398322 or 13541549. OLE color: 13541549.

HSL color Cylindrical-coordinate representation of color #ADA0CE: hue angle of 256.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA0CE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 160 206 -
CMYK 0.16 0.22 0 0.19
HSL 256.96º 0.32% 0.72% -
HSV(B) 256.96º 0.22% 0.81% -
XYZ 40.94 38.48 63.66 -
YUV 169.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 173 160 206 0.16 0.22 0 0.19 256.96 0.32 0.72
Hex AD A0 CE 10 16 0 13 101 20 48
Octal 255 240 316 20 26 0 23 401 40 110
Binary 10101101 10100000 11001110 10000 10110 0 10011 100000001 100000 1001000

Color Harmonies of #ADA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0CE

Black with #ADA0CE

Text Example


Text Example

White with #ADA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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