Html Css Color HEX #AD90E6 Biloba Flower

📋 copy color: '#AD90E6'

red 173 ◦ green 144 ◦ blue 230

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

Shades of Biloba Flower #AD90E6

Tints of Biloba Flower #AD90E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 31.63%
G = 26.33%
B = 42.05%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD90E6 (or 0xAD90E6) is known color: Biloba Flower. HEX triplet: AD, 90 and E6. RGB value is (173,144,230). Sum of RGB (Red+Green+Blue) = 173+144+230=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD90E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90E6 is #526F19. Grayscale: #A2A2A2. Windows color (decimal): -5402394 or 15110317. OLE color: 15110317.

HSL color Cylindrical-coordinate representation of color #AD90E6: hue angle of 260.23º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD90E6 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 144 230 -
CMYK 0.25 0.37 0 0.10
HSL 260.23º 0.63% 0.73% -
HSV(B) 260.23º 0.37% 0.9% -
XYZ 41.49 34.54 79.34 -
YUV 162.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 173 144 230 0.25 0.37 0 0.10 260.23 0.63 0.73
Hex AD 90 E6 19 25 0 A 104 3F 49
Octal 255 220 346 31 45 0 12 404 77 111
Binary 10101101 10010000 11100110 11001 100101 0 1010 100000100 111111 1001001

Color Harmonies of #AD90E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90E6

Black with #AD90E6

Text Example


Text Example

White with #AD90E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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