Html Css Color HEX #ADA1F5 Biloba Flower

📋 copy color: '#ADA1F5'

red 173 ◦ green 161 ◦ blue 245

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

Shades of Biloba Flower #ADA1F5

Tints of Biloba Flower #ADA1F5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.81%

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 29.88%
G = 27.81%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADA1F5 (or 0xADA1F5) is known color: Biloba Flower. HEX triplet: AD, A1 and F5. RGB value is (173,161,245). Sum of RGB (Red+Green+Blue) = 173+161+245=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA1F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1F5 is #525E0A. Grayscale: #ADADAD. Windows color (decimal): -5398027 or 16097709. OLE color: 16097709.

HSL color Cylindrical-coordinate representation of color #ADA1F5: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA1F5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 161 245 -
CMYK 0.29 0.34 0 0.04
HSL 248.57º 0.81% 0.8% -
HSV(B) 248.57º 0.34% 0.96% -
XYZ 46.46 40.97 91.84 -
YUV 174.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 173 161 245 0.29 0.34 0 0.04 248.57 0.81 0.8
Hex AD A1 F5 1D 22 0 4 F9 51 50
Octal 255 241 365 35 42 0 4 371 121 120
Binary 10101101 10100001 11110101 11101 100010 0 100 11111001 1010001 1010000

Color Harmonies of #ADA1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1F5

Black with #ADA1F5

Text Example


Text Example

White with #ADA1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1F5; }

 p { color: rgb(173,161,245); }

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

background-color css

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

 a { background-color: rgb(173,161,245); }

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

border-color css

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

 span { border-color: rgb(173,161,245); }

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