#AD8BFC

Color #AD8BFC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD8BFC

Tints of Biloba Flower #AD8BFC

Color information

#AD8BFC (or 0xAD8BFC) is unknown color: approx 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

RGB173139252-
CMYK0.310.4500.01
HSL258.05º94.96%76.67%-
HSV(B)258.05º44.84%98.82%-
XYZ44.0434.3896.41-
YUV162.05178.76135.81-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731392520.310.4500.01258.0594.9676.67
HexAD8BFC1F2D011025f4d
Octal255213374375501402137115
Binary101011011000101111111100111111011010110000001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>