Html Css Color HEX #AD8BFC Biloba Flower

📋 copy color: '#AD8BFC'

red 173 ◦ green 139 ◦ blue 252

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

Shades of Biloba Flower #AD8BFC

Tints of Biloba Flower #AD8BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 30.67%
G = 24.65%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD8BFC (or 0xAD8BFC) is known color: Biloba Flower. HEX triplet: AD, 8B and FC. RGB value is (173,139,252). Sum of RGB (Red+Green+Blue) = 173+139+252=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BFC is #527403. Grayscale: #A1A1A1. Windows color (decimal): -5403652 or 16550829. OLE color: 16550829.

HSL color Cylindrical-coordinate representation of color #AD8BFC: hue angle of 258.05º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8BFC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 139 252 -
CMYK 0.31 0.45 0 0.01
HSL 258.05º 0.95% 0.77% -
HSV(B) 258.05º 0.45% 0.99% -
XYZ 44.04 34.38 96.41 -
YUV 162.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 173 139 252 0.31 0.45 0 0.01 258.05 0.95 0.77
Hex AD 8B FC 1F 2D 0 1 102 5F 4D
Octal 255 213 374 37 55 0 1 402 137 115
Binary 10101101 10001011 11111100 11111 101101 0 1 100000010 1011111 1001101

Color Harmonies of #AD8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BFC

Black with #AD8BFC

Text Example


Text Example

White with #AD8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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