Html Css Color HEX #AD8DF1 Biloba Flower

📋 copy color: '#AD8DF1'

red 173 ◦ green 141 ◦ blue 241

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

Shades of Biloba Flower #AD8DF1

Tints of Biloba Flower #AD8DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 31.17%
G = 25.41%
B = 43.42%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8DF1 (or 0xAD8DF1) is known color: Biloba Flower. HEX triplet: AD, 8D and F1. RGB value is (173,141,241). Sum of RGB (Red+Green+Blue) = 173+141+241=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DF1 is #52720E. Grayscale: #A1A1A1. Windows color (decimal): -5403151 or 15830445. OLE color: 15830445.

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

Color convert

RGB 173 141 241 -
CMYK 0.28 0.41 0 0.05
HSL 259.2º 0.78% 0.75% -
HSV(B) 259.2º 0.41% 0.95% -
XYZ 42.64 34.28 87.59 -
YUV 161.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 173 141 241 0.28 0.41 0 0.05 259.2 0.78 0.75
Hex AD 8D F1 1C 29 0 5 103 4E 4B
Octal 255 215 361 34 51 0 5 403 116 113
Binary 10101101 10001101 11110001 11100 101001 0 101 100000011 1001110 1001011

Color Harmonies of #AD8DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DF1

Black with #AD8DF1

Text Example


Text Example

White with #AD8DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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