Html Css Color HEX #ADA0F1 Biloba Flower

📋 copy color: '#ADA0F1'

red 173 ◦ green 160 ◦ blue 241

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

Shades of Biloba Flower #ADA0F1

Tints of Biloba Flower #ADA0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 30.14%
G = 27.87%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADA0F1 (or 0xADA0F1) is known color: Biloba Flower. HEX triplet: AD, A0 and F1. RGB value is (173,160,241). Sum of RGB (Red+Green+Blue) = 173+160+241=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADA0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0F1 is #525F0E. Grayscale: #ACACAC. Windows color (decimal): -5398287 or 15835309. OLE color: 15835309.

HSL color Cylindrical-coordinate representation of color #ADA0F1: hue angle of 249.63º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA0F1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 160 241 -
CMYK 0.28 0.34 0 0.05
HSL 249.63º 0.74% 0.79% -
HSV(B) 249.63º 0.34% 0.95% -
XYZ 45.68 40.38 88.6 -
YUV 173.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 173 160 241 0.28 0.34 0 0.05 249.63 0.74 0.79
Hex AD A0 F1 1C 22 0 5 FA 4A 4F
Octal 255 240 361 34 42 0 5 372 112 117
Binary 10101101 10100000 11110001 11100 100010 0 101 11111010 1001010 1001111

Color Harmonies of #ADA0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0F1

Black with #ADA0F1

Text Example


Text Example

White with #ADA0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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