Html Css Color HEX #ADA0F0 Biloba Flower

📋 copy color: '#ADA0F0'

red 173 ◦ green 160 ◦ blue 240

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

Shades of Biloba Flower #ADA0F0

Tints of Biloba Flower #ADA0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 30.19%
G = 27.92%
B = 41.88%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADA0F0 (or 0xADA0F0) is known color: Biloba Flower. HEX triplet: AD, A0 and F0. RGB value is (173,160,240). Sum of RGB (Red+Green+Blue) = 173+160+240=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADA0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0F0 is #525F0F. Grayscale: #ACACAC. Windows color (decimal): -5398288 or 15769773. OLE color: 15769773.

HSL color Cylindrical-coordinate representation of color #ADA0F0: hue angle of 249.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA0F0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 160 240 -
CMYK 0.28 0.33 0 0.06
HSL 249.75º 0.73% 0.78% -
HSV(B) 249.75º 0.33% 0.94% -
XYZ 45.53 40.32 87.82 -
YUV 173.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 173 160 240 0.28 0.33 0 0.06 249.75 0.73 0.78
Hex AD A0 F0 1C 21 0 6 FA 49 4E
Octal 255 240 360 34 41 0 6 372 111 116
Binary 10101101 10100000 11110000 11100 100001 0 110 11111010 1001001 1001110

Color Harmonies of #ADA0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0F0

Black with #ADA0F0

Text Example


Text Example

White with #ADA0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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