Html Css Color HEX #AD8BFE Biloba Flower

📋 copy color: '#AD8BFE'

red 173 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #AD8BFE

Tints of Biloba Flower #AD8BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 30.57%
G = 24.56%
B = 44.88%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD8BFE (or 0xAD8BFE) is known color: Biloba Flower. HEX triplet: AD, 8B and FE. RGB value is (173,139,254). Sum of RGB (Red+Green+Blue) = 173+139+254=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BFE is #527401. Grayscale: #A1A1A1. Windows color (decimal): -5403650 or 16681901. OLE color: 16681901.

HSL color Cylindrical-coordinate representation of color #AD8BFE: hue angle of 257.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8BFE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 139 254 -
CMYK 0.32 0.45 0 0.00
HSL 257.74º 0.98% 0.77% -
HSV(B) 257.74º 0.45% 1% -
XYZ 44.36 34.51 98.09 -
YUV 162.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 173 139 254 0.32 0.45 0 0.00 257.74 0.98 0.77
Hex AD 8B FE 20 2D 0 0 102 62 4D
Octal 255 213 376 40 55 0 0 402 142 115
Binary 10101101 10001011 11111110 100000 101101 0 0 100000010 1100010 1001101

Color Harmonies of #AD8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BFE

Black with #AD8BFE

Text Example


Text Example

White with #AD8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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