Html Css Color HEX #AD9DF8 Biloba Flower

📋 copy color: '#AD9DF8'

red 173 ◦ green 157 ◦ blue 248

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

Shades of Biloba Flower #AD9DF8

Tints of Biloba Flower #AD9DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 29.93%
G = 27.16%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD9DF8 (or 0xAD9DF8) is known color: Biloba Flower. HEX triplet: AD, 9D and F8. RGB value is (173,157,248). Sum of RGB (Red+Green+Blue) = 173+157+248=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD9DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DF8 is #526207. Grayscale: #ABABAB. Windows color (decimal): -5399048 or 16293293. OLE color: 16293293.

HSL color Cylindrical-coordinate representation of color #AD9DF8: hue angle of 250.55º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD9DF8 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 157 248 -
CMYK 0.30 0.37 0 0.03
HSL 250.55º 0.87% 0.79% -
HSV(B) 250.55º 0.37% 0.97% -
XYZ 46.23 39.78 94.05 -
YUV 172.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 173 157 248 0.30 0.37 0 0.03 250.55 0.87 0.79
Hex AD 9D F8 1E 25 0 3 FB 57 4F
Octal 255 235 370 36 45 0 3 373 127 117
Binary 10101101 10011101 11111000 11110 100101 0 11 11111011 1010111 1001111

Color Harmonies of #AD9DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DF8

Black with #AD9DF8

Text Example


Text Example

White with #AD9DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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