Html Css Color HEX #AD8DF3 Biloba Flower

📋 copy color: '#AD8DF3'

red 173 ◦ green 141 ◦ blue 243

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

Shades of Biloba Flower #AD8DF3

Tints of Biloba Flower #AD8DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 31.06%
G = 25.31%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8DF3 (or 0xAD8DF3) is known color: Biloba Flower. HEX triplet: AD, 8D and F3. RGB value is (173,141,243). Sum of RGB (Red+Green+Blue) = 173+141+243=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD8DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF3 is #52720C. Grayscale: #A1A1A1. Windows color (decimal): -5403149 or 15961517. OLE color: 15961517.

HSL color Cylindrical-coordinate representation of color #AD8DF3: hue angle of 258.82º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8DF3 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 141 243 -
CMYK 0.29 0.42 0 0.05
HSL 258.82º 0.81% 0.75% -
HSV(B) 258.82º 0.42% 0.95% -
XYZ 42.94 34.41 89.17 -
YUV 162.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 173 141 243 0.29 0.42 0 0.05 258.82 0.81 0.75
Hex AD 8D F3 1D 2A 0 5 103 51 4B
Octal 255 215 363 35 52 0 5 403 121 113
Binary 10101101 10001101 11110011 11101 101010 0 101 100000011 1010001 1001011

Color Harmonies of #AD8DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DF3

Black with #AD8DF3

Text Example


Text Example

White with #AD8DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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