#AD9CFB

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

Shades of Biloba Flower #AD9CFB

Tints of Biloba Flower #AD9CFB

Color information

#AD9CFB (or 0xAD9CFB) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and FB. RGB value is (173,156,251). Sum of RGB (Red+Green+Blue) = 173+156+251=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD9CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFB is #526304. Grayscale: #ABABAB. Windows color (decimal): -5399301 or 16489645. OLE color: 16489645.

HSL color Cylindrical-coordinate representation of color #AD9CFB: hue angle of 250.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9CFB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173156251-
CMYK0.310.3800.02
HSL250.74º92.23%79.8%-
HSV(B)250.74º37.85%98.43%-
XYZ46.5339.6396.46-
YUV171.91172.63128.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=29.83%
G=26.90%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731562510.310.3800.02250.7492.2379.8
HexAD9CFB1F2602fb5c50
Octal255234373374602373134120
Binary101011011001110011111011111111001100101111101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CFB; }

 p { color: rgb(173,156,251); }

 H1.HeaderClassName
 {
   color: #AD9CFB;
 }
 .AnyTagClassName
 {
   color: #AD9CFB;
 }
</style>
background-color css

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

 a { background-color: rgb(173,156,251); }

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

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

 span { border-color: rgb(173,156,251); }

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