Html Css Color HEX #ADA0EE Biloba Flower

📋 copy color: '#ADA0EE'

red 173 ◦ green 160 ◦ blue 238

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

Shades of Biloba Flower #ADA0EE

Tints of Biloba Flower #ADA0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 30.3%
G = 28.02%
B = 41.68%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADA0EE (or 0xADA0EE) is known color: Biloba Flower. HEX triplet: AD, A0 and EE. RGB value is (173,160,238). Sum of RGB (Red+Green+Blue) = 173+160+238=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0EE is #525F11. Grayscale: #ACACAC. Windows color (decimal): -5398290 or 15638701. OLE color: 15638701.

HSL color Cylindrical-coordinate representation of color #ADA0EE: hue angle of 250º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA0EE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 160 238 -
CMYK 0.27 0.33 0 0.07
HSL 250º 0.7% 0.78% -
HSV(B) 250º 0.33% 0.93% -
XYZ 45.24 40.2 86.26 -
YUV 172.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 173 160 238 0.27 0.33 0 0.07 250 0.7 0.78
Hex AD A0 EE 1B 21 0 7 FA 46 4E
Octal 255 240 356 33 41 0 7 372 106 116
Binary 10101101 10100000 11101110 11011 100001 0 111 11111010 1000110 1001110

Color Harmonies of #ADA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0EE

Black with #ADA0EE

Text Example


Text Example

White with #ADA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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