Html Css Color HEX #AD90ED Biloba Flower

📋 copy color: '#AD90ED'

red 173 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #AD90ED

Tints of Biloba Flower #AD90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 31.23%
G = 25.99%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD90ED (or 0xAD90ED) is known color: Biloba Flower. HEX triplet: AD, 90 and ED. RGB value is (173,144,237). Sum of RGB (Red+Green+Blue) = 173+144+237=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD90ED is #526F12. Grayscale: #A2A2A2. Windows color (decimal): -5402387 or 15569069. OLE color: 15569069.

HSL color Cylindrical-coordinate representation of color #AD90ED: hue angle of 258.71º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD90ED is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 144 237 -
CMYK 0.27 0.39 0 0.07
HSL 258.71º 0.72% 0.75% -
HSV(B) 258.71º 0.39% 0.93% -
XYZ 42.49 34.95 84.63 -
YUV 163.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 173 144 237 0.27 0.39 0 0.07 258.71 0.72 0.75
Hex AD 90 ED 1B 27 0 7 103 48 4B
Octal 255 220 355 33 47 0 7 403 110 113
Binary 10101101 10010000 11101101 11011 100111 0 111 100000011 1001000 1001011

Color Harmonies of #AD90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD90ED

Black with #AD90ED

Text Example


Text Example

White with #AD90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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