Html Css Color HEX #AD8BF1 Biloba Flower

📋 copy color: '#AD8BF1'

red 173 ◦ green 139 ◦ blue 241

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

Shades of Biloba Flower #AD8BF1

Tints of Biloba Flower #AD8BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.14%

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

R = 31.28%
G = 25.14%
B = 43.58%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8BF1 (or 0xAD8BF1) is known color: Biloba Flower. HEX triplet: AD, 8B and F1. RGB value is (173,139,241). Sum of RGB (Red+Green+Blue) = 173+139+241=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BF1 is #52740E. Grayscale: #A0A0A0. Windows color (decimal): -5403663 or 15829933. OLE color: 15829933.

HSL color Cylindrical-coordinate representation of color #AD8BF1: hue angle of 260º degrees, saturation: 0.78, 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 #AD8BF1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 139 241 -
CMYK 0.28 0.42 0 0.05
HSL 260º 0.78% 0.75% -
HSV(B) 260º 0.42% 0.95% -
XYZ 42.34 33.7 87.49 -
YUV 160.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 173 139 241 0.28 0.42 0 0.05 260 0.78 0.75
Hex AD 8B F1 1C 2A 0 5 104 4E 4B
Octal 255 213 361 34 52 0 5 404 116 113
Binary 10101101 10001011 11110001 11100 101010 0 101 100000100 1001110 1001011

Color Harmonies of #AD8BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BF1

Black with #AD8BF1

Text Example


Text Example

White with #AD8BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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