Html Css Color HEX #AD90E9 Biloba Flower

📋 copy color: '#AD90E9'

red 173 ◦ green 144 ◦ blue 233

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

Shades of Biloba Flower #AD90E9

Tints of Biloba Flower #AD90E9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.18%

 BLUE value IS 233 (91.41% from 255) = 42.36%

R = 31.45%
G = 26.18%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD90E9 (or 0xAD90E9) is known color: Biloba Flower. HEX triplet: AD, 90 and E9. RGB value is (173,144,233). Sum of RGB (Red+Green+Blue) = 173+144+233=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD90E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90E9 is #526F16. Grayscale: #A2A2A2. Windows color (decimal): -5402391 or 15306925. OLE color: 15306925.

HSL color Cylindrical-coordinate representation of color #AD90E9: hue angle of 259.55º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD90E9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 144 233 -
CMYK 0.26 0.38 0 0.09
HSL 259.55º 0.67% 0.74% -
HSV(B) 259.55º 0.38% 0.91% -
XYZ 41.91 34.71 81.58 -
YUV 162.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 173 144 233 0.26 0.38 0 0.09 259.55 0.67 0.74
Hex AD 90 E9 1A 26 0 9 104 43 4A
Octal 255 220 351 32 46 0 11 404 103 112
Binary 10101101 10010000 11101001 11010 100110 0 1001 100000100 1000011 1001010

Color Harmonies of #AD90E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90E9

Black with #AD90E9

Text Example


Text Example

White with #AD90E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90E9; }

 p { color: rgb(173,144,233); }

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

background-color css

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

 a { background-color: rgb(173,144,233); }

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

border-color css

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

 span { border-color: rgb(173,144,233); }

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