Html Css Color HEX #ADA1E5 Biloba Flower

📋 copy color: '#ADA1E5'

red 173 ◦ green 161 ◦ blue 229

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

Shades of Biloba Flower #ADA1E5

Tints of Biloba Flower #ADA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 30.73%
G = 28.6%
B = 40.67%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADA1E5 (or 0xADA1E5) is known color: Biloba Flower. HEX triplet: AD, A1 and E5. RGB value is (173,161,229). Sum of RGB (Red+Green+Blue) = 173+161+229=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1E5 is #525E1A. Grayscale: #ACACAC. Windows color (decimal): -5398043 or 15049133. OLE color: 15049133.

HSL color Cylindrical-coordinate representation of color #ADA1E5: hue angle of 250.59º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA1E5 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 161 229 -
CMYK 0.24 0.30 0 0.10
HSL 250.59º 0.57% 0.76% -
HSV(B) 250.59º 0.3% 0.9% -
XYZ 44.12 40.03 79.53 -
YUV 172.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 173 161 229 0.24 0.30 0 0.10 250.59 0.57 0.76
Hex AD A1 E5 18 1E 0 A FB 39 4C
Octal 255 241 345 30 36 0 12 373 71 114
Binary 10101101 10100001 11100101 11000 11110 0 1010 11111011 111001 1001100

Color Harmonies of #ADA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1E5

Black with #ADA1E5

Text Example


Text Example

White with #ADA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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