Html Css Color HEX #AD90EB Biloba Flower

📋 copy color: '#AD90EB'

red 173 ◦ green 144 ◦ blue 235

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

Shades of Biloba Flower #AD90EB

Tints of Biloba Flower #AD90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 31.34%
G = 26.09%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD90EB (or 0xAD90EB) is known color: Biloba Flower. HEX triplet: AD, 90 and EB. RGB value is (173,144,235). Sum of RGB (Red+Green+Blue) = 173+144+235=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90EB is #526F14. Grayscale: #A2A2A2. Windows color (decimal): -5402389 or 15437997. OLE color: 15437997.

HSL color Cylindrical-coordinate representation of color #AD90EB: hue angle of 259.12º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD90EB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 144 235 -
CMYK 0.26 0.39 0 0.08
HSL 259.12º 0.69% 0.74% -
HSV(B) 259.12º 0.39% 0.92% -
XYZ 42.2 34.83 83.1 -
YUV 163.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 173 144 235 0.26 0.39 0 0.08 259.12 0.69 0.74
Hex AD 90 EB 1A 27 0 8 103 45 4A
Octal 255 220 353 32 47 0 10 403 105 112
Binary 10101101 10010000 11101011 11010 100111 0 1000 100000011 1000101 1001010

Color Harmonies of #AD90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90EB

Black with #AD90EB

Text Example


Text Example

White with #AD90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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