Html Css Color HEX #AD9DF9 Biloba Flower

📋 copy color: '#AD9DF9'

red 173 ◦ green 157 ◦ blue 249

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

Shades of Biloba Flower #AD9DF9

Tints of Biloba Flower #AD9DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.12%

 BLUE value IS 249 (97.66% from 255) = 43.01%

R = 29.88%
G = 27.12%
B = 43.01%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD9DF9 (or 0xAD9DF9) is known color: Biloba Flower. HEX triplet: AD, 9D and F9. RGB value is (173,157,249). Sum of RGB (Red+Green+Blue) = 173+157+249=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD9DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF9 is #526206. Grayscale: #ABABAB. Windows color (decimal): -5399047 or 16358829. OLE color: 16358829.

HSL color Cylindrical-coordinate representation of color #AD9DF9: hue angle of 250.43º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD9DF9 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 157 249 -
CMYK 0.31 0.37 0 0.02
HSL 250.43º 0.88% 0.8% -
HSV(B) 250.43º 0.37% 0.98% -
XYZ 46.39 39.84 94.87 -
YUV 172.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 173 157 249 0.31 0.37 0 0.02 250.43 0.88 0.8
Hex AD 9D F9 1F 25 0 2 FA 58 50
Octal 255 235 371 37 45 0 2 372 130 120
Binary 10101101 10011101 11111001 11111 100101 0 10 11111010 1011000 1010000

Color Harmonies of #AD9DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DF9

Black with #AD9DF9

Text Example


Text Example

White with #AD9DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DF9; }

 p { color: rgb(173,157,249); }

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

background-color css

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

 a { background-color: rgb(173,157,249); }

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

border-color css

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

 span { border-color: rgb(173,157,249); }

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