Html Css Color HEX #AD90E7 Biloba Flower

📋 copy color: '#AD90E7'

red 173 ◦ green 144 ◦ blue 231

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

Shades of Biloba Flower #AD90E7

Tints of Biloba Flower #AD90E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 31.57%
G = 26.28%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD90E7 (or 0xAD90E7) is known color: Biloba Flower. HEX triplet: AD, 90 and E7. RGB value is (173,144,231). Sum of RGB (Red+Green+Blue) = 173+144+231=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD90E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90E7 is #526F18. Grayscale: #A2A2A2. Windows color (decimal): -5402393 or 15175853. OLE color: 15175853.

HSL color Cylindrical-coordinate representation of color #AD90E7: hue angle of 260º degrees, saturation: 0.64, 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 #AD90E7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 144 231 -
CMYK 0.25 0.38 0 0.09
HSL 260º 0.64% 0.74% -
HSV(B) 260º 0.38% 0.91% -
XYZ 41.63 34.6 80.09 -
YUV 162.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 173 144 231 0.25 0.38 0 0.09 260 0.64 0.74
Hex AD 90 E7 19 26 0 9 104 40 4A
Octal 255 220 347 31 46 0 11 404 100 112
Binary 10101101 10010000 11100111 11001 100110 0 1001 100000100 1000000 1001010

Color Harmonies of #AD90E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90E7

Black with #AD90E7

Text Example


Text Example

White with #AD90E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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