Html Css Color HEX #AD9ED5 Biloba Flower

📋 copy color: '#AD9ED5'

red 173 ◦ green 158 ◦ blue 213

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

Shades of Biloba Flower #AD9ED5

Tints of Biloba Flower #AD9ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.04%

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 31.8%
G = 29.04%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD9ED5 (or 0xAD9ED5) is known color: Biloba Flower. HEX triplet: AD, 9E and D5. RGB value is (173,158,213). Sum of RGB (Red+Green+Blue) = 173+158+213=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD9ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ED5 is #52612A. Grayscale: #A8A8A8. Windows color (decimal): -5398827 or 13999789. OLE color: 13999789.

HSL color Cylindrical-coordinate representation of color #AD9ED5: hue angle of 256.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9ED5 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 158 213 -
CMYK 0.19 0.26 0 0.16
HSL 256.36º 0.4% 0.73% -
HSV(B) 256.36º 0.26% 0.84% -
XYZ 41.47 38.14 68.13 -
YUV 168.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 173 158 213 0.19 0.26 0 0.16 256.36 0.4 0.73
Hex AD 9E D5 13 1A 0 10 100 28 49
Octal 255 236 325 23 32 0 20 400 50 111
Binary 10101101 10011110 11010101 10011 11010 0 10000 100000000 101000 1001001

Color Harmonies of #AD9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ED5

Black with #AD9ED5

Text Example


Text Example

White with #AD9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ED5; }

 p { color: rgb(173,158,213); }

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

background-color css

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

 a { background-color: rgb(173,158,213); }

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

border-color css

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

 span { border-color: rgb(173,158,213); }

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