Html Css Color HEX #AD9ED8 Biloba Flower

📋 copy color: '#AD9ED8'

red 173 ◦ green 158 ◦ blue 216

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

Shades of Biloba Flower #AD9ED8

Tints of Biloba Flower #AD9ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 31.63%
G = 28.88%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD9ED8 (or 0xAD9ED8) is known color: Biloba Flower. HEX triplet: AD, 9E and D8. RGB value is (173,158,216). Sum of RGB (Red+Green+Blue) = 173+158+216=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD9ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ED8 is #526127. Grayscale: #A8A8A8. Windows color (decimal): -5398824 or 14196397. OLE color: 14196397.

HSL color Cylindrical-coordinate representation of color #AD9ED8: hue angle of 255.52º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9ED8 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 158 216 -
CMYK 0.20 0.27 0 0.15
HSL 255.52º 0.43% 0.73% -
HSV(B) 255.52º 0.27% 0.85% -
XYZ 41.86 38.3 70.15 -
YUV 169.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 173 158 216 0.20 0.27 0 0.15 255.52 0.43 0.73
Hex AD 9E D8 14 1B 0 F 100 2B 49
Octal 255 236 330 24 33 0 17 400 53 111
Binary 10101101 10011110 11011000 10100 11011 0 1111 100000000 101011 1001001

Color Harmonies of #AD9ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ED8

Black with #AD9ED8

Text Example


Text Example

White with #AD9ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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