Html Css Color HEX #AD8DF5 Biloba Flower

📋 copy color: '#AD8DF5'

red 173 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #AD8DF5

Tints of Biloba Flower #AD8DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 30.95%
G = 25.22%
B = 43.83%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD8DF5 (or 0xAD8DF5) is known color: Biloba Flower. HEX triplet: AD, 8D and F5. RGB value is (173,141,245). Sum of RGB (Red+Green+Blue) = 173+141+245=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD8DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF5 is #52720A. Grayscale: #A2A2A2. Windows color (decimal): -5403147 or 16092589. OLE color: 16092589.

HSL color Cylindrical-coordinate representation of color #AD8DF5: hue angle of 258.46º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8DF5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 141 245 -
CMYK 0.29 0.42 0 0.04
HSL 258.46º 0.84% 0.76% -
HSV(B) 258.46º 0.42% 0.96% -
XYZ 43.24 34.53 90.77 -
YUV 162.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 173 141 245 0.29 0.42 0 0.04 258.46 0.84 0.76
Hex AD 8D F5 1D 2A 0 4 102 54 4C
Octal 255 215 365 35 52 0 4 402 124 114
Binary 10101101 10001101 11110101 11101 101010 0 100 100000010 1010100 1001100

Color Harmonies of #AD8DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DF5

Black with #AD8DF5

Text Example


Text Example

White with #AD8DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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