Html Css Color HEX #AD8BEB Biloba Flower

📋 copy color: '#AD8BEB'

red 173 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #AD8BEB

Tints of Biloba Flower #AD8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 31.63%
G = 25.41%
B = 42.96%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD8BEB (or 0xAD8BEB) is known color: Biloba Flower. HEX triplet: AD, 8B and EB. RGB value is (173,139,235). Sum of RGB (Red+Green+Blue) = 173+139+235=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BEB is #527414. Grayscale: #9F9F9F. Windows color (decimal): -5403669 or 15436717. OLE color: 15436717.

HSL color Cylindrical-coordinate representation of color #AD8BEB: hue angle of 261.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8BEB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 139 235 -
CMYK 0.26 0.41 0 0.08
HSL 261.25º 0.71% 0.73% -
HSV(B) 261.25º 0.41% 0.92% -
XYZ 41.46 33.35 82.85 -
YUV 160.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 173 139 235 0.26 0.41 0 0.08 261.25 0.71 0.73
Hex AD 8B EB 1A 29 0 8 105 47 49
Octal 255 213 353 32 51 0 10 405 107 111
Binary 10101101 10001011 11101011 11010 101001 0 1000 100000101 1000111 1001001

Color Harmonies of #AD8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BEB

Black with #AD8BEB

Text Example


Text Example

White with #AD8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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