#AD9CF1

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

Shades of Biloba Flower #AD9CF1

Tints of Biloba Flower #AD9CF1

Color information

#AD9CF1 (or 0xAD9CF1) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and F1. RGB value is (173,156,241). Sum of RGB (Red+Green+Blue) = 173+156+241=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD9CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CF1 is #52630E. Grayscale: #AAAAAA. Windows color (decimal): -5399311 or 15834285. OLE color: 15834285.

HSL color Cylindrical-coordinate representation of color #AD9CF1: hue angle of 252º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9CF1 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173156241-
CMYK0.280.3500.05
HSL252º75.22%77.84%-
HSV(B)252º35.27%94.51%-
XYZ4539.0188.38-
YUV170.77167.63129.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=30.35%
G=27.37%
B=42.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731562410.280.3500.0525275.2277.84
HexAD9CF11C2305fc4b4e
Octal255234361344305374113116
Binary1010110110011100111100011110010001101011111110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CF1; }

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

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

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

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

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

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

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

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