Html Css Color HEX #AD8BF6 Biloba Flower

📋 copy color: '#AD8BF6'

red 173 ◦ green 139 ◦ blue 246

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

Shades of Biloba Flower #AD8BF6

Tints of Biloba Flower #AD8BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 31%
G = 24.91%
B = 44.09%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD8BF6 (or 0xAD8BF6) is known color: Biloba Flower. HEX triplet: AD, 8B and F6. RGB value is (173,139,246). Sum of RGB (Red+Green+Blue) = 173+139+246=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD8BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BF6 is #527409. Grayscale: #A0A0A0. Windows color (decimal): -5403658 or 16157613. OLE color: 16157613.

HSL color Cylindrical-coordinate representation of color #AD8BF6: hue angle of 259.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8BF6 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 139 246 -
CMYK 0.30 0.43 0 0.04
HSL 259.07º 0.86% 0.75% -
HSV(B) 259.07º 0.43% 0.96% -
XYZ 43.1 34 91.48 -
YUV 161.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 173 139 246 0.30 0.43 0 0.04 259.07 0.86 0.75
Hex AD 8B F6 1E 2B 0 4 103 56 4B
Octal 255 213 366 36 53 0 4 403 126 113
Binary 10101101 10001011 11110110 11110 101011 0 100 100000011 1010110 1001011

Color Harmonies of #AD8BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BF6

Black with #AD8BF6

Text Example


Text Example

White with #AD8BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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