#AD7FDC

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

Shades of Biloba Flower #AD7FDC

Tints of Biloba Flower #AD7FDC

Color information

#AD7FDC (or 0xAD7FDC) is unknown color: approx Biloba Flower. HEX triplet: AD, 7F and DC. RGB value is (173,127,220). Sum of RGB (Red+Green+Blue) = 173+127+220=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDC is #528023. Grayscale: #979797. Windows color (decimal): -5406756 or 14450605. OLE color: 14450605.

HSL color Cylindrical-coordinate representation of color #AD7FDC: hue angle of 269.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7FDC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173127220-
CMYK0.210.4200.14
HSL269.68º57.06%68.04%-
HSV(B)269.68º42.27%86.27%-
XYZ37.7429.2371.36-
YUV151.36166.74143.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=33.27%
G=24.42%
B=42.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731272200.210.4200.14269.6857.0668.04
HexAD7FDC152A0E10e3944
Octal255177334255201641671104
Binary1010110111111111101110010101101010011101000011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FDC; }

 p { color: rgb(173,127,220); }

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

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

 a { background-color: rgb(173,127,220); }

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

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

 span { border-color: rgb(173,127,220); }

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