Html Css Color HEX #ADA0E8 Biloba Flower

📋 copy color: '#ADA0E8'

red 173 ◦ green 160 ◦ blue 232

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

Shades of Biloba Flower #ADA0E8

Tints of Biloba Flower #ADA0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 30.62%
G = 28.32%
B = 41.06%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADA0E8 (or 0xADA0E8) is known color: Biloba Flower. HEX triplet: AD, A0 and E8. RGB value is (173,160,232). Sum of RGB (Red+Green+Blue) = 173+160+232=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADA0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0E8 is #525F17. Grayscale: #ABABAB. Windows color (decimal): -5398296 or 15245485. OLE color: 15245485.

HSL color Cylindrical-coordinate representation of color #ADA0E8: hue angle of 250.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA0E8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 160 232 -
CMYK 0.25 0.31 0 0.09
HSL 250.83º 0.61% 0.77% -
HSV(B) 250.83º 0.31% 0.91% -
XYZ 44.37 39.85 81.7 -
YUV 172.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 173 160 232 0.25 0.31 0 0.09 250.83 0.61 0.77
Hex AD A0 E8 19 1F 0 9 FB 3D 4D
Octal 255 240 350 31 37 0 11 373 75 115
Binary 10101101 10100000 11101000 11001 11111 0 1001 11111011 111101 1001101

Color Harmonies of #ADA0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0E8

Black with #ADA0E8

Text Example


Text Example

White with #ADA0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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