Html Css Color HEX #AD8DF9 Biloba Flower

📋 copy color: '#AD8DF9'

red 173 ◦ green 141 ◦ blue 249

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

Shades of Biloba Flower #AD8DF9

Tints of Biloba Flower #AD8DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.04%

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

R = 30.73%
G = 25.04%
B = 44.23%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD8DF9 (or 0xAD8DF9) is known color: Biloba Flower. HEX triplet: AD, 8D and F9. RGB value is (173,141,249). Sum of RGB (Red+Green+Blue) = 173+141+249=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF9 is #527206. Grayscale: #A2A2A2. Windows color (decimal): -5403143 or 16354733. OLE color: 16354733.

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

Color convert

RGB 173 141 249 -
CMYK 0.31 0.43 0 0.02
HSL 257.78º 0.9% 0.76% -
HSV(B) 257.78º 0.43% 0.98% -
XYZ 43.86 34.77 94.02 -
YUV 162.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 173 141 249 0.31 0.43 0 0.02 257.78 0.9 0.76
Hex AD 8D F9 1F 2B 0 2 102 5A 4C
Octal 255 215 371 37 53 0 2 402 132 114
Binary 10101101 10001101 11111001 11111 101011 0 10 100000010 1011010 1001100

Color Harmonies of #AD8DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DF9

Black with #AD8DF9

Text Example


Text Example

White with #AD8DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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