#AD8FF7

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

Shades of Biloba Flower #AD8FF7

Tints of Biloba Flower #AD8FF7

Color information

#AD8FF7 (or 0xAD8FF7) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and F7. RGB value is (173,143,247). Sum of RGB (Red+Green+Blue) = 173+143+247=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD8FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF7 is #527008. Grayscale: #A3A3A3. Windows color (decimal): -5402633 or 16224173. OLE color: 16224173.

HSL color Cylindrical-coordinate representation of color #AD8FF7: hue angle of 257.31º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8FF7 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173143247-
CMYK0.300.4200.03
HSL257.31º86.67%76.47%-
HSV(B)257.31º42.11%96.86%-
XYZ43.8435.2492.49-
YUV163.83174.94134.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=30.73%
G=25.40%
B=43.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731432470.300.4200.03257.3186.6776.47
HexAD8FF71E2A03101574c
Octal255217367365203401127114
Binary1010110110001111111101111111010101001110000000110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FF7; }

 p { color: rgb(173,143,247); }

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

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

 a { background-color: rgb(173,143,247); }

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

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

 span { border-color: rgb(173,143,247); }

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