#AD7FD7

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

Shades of Biloba Flower #AD7FD7

Tints of Biloba Flower #AD7FD7

Color information

#AD7FD7 (or 0xAD7FD7) is unknown color: approx Biloba Flower. HEX triplet: AD, 7F and D7. RGB value is (173,127,215). Sum of RGB (Red+Green+Blue) = 173+127+215=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD7FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FD7 is #528028. Grayscale: #969696. Windows color (decimal): -5406761 or 14122925. OLE color: 14122925.

HSL color Cylindrical-coordinate representation of color #AD7FD7: hue angle of 271.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7FD7 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173127215-
CMYK0.200.4100.16
HSL271.36º52.38%67.06%-
HSV(B)271.36º40.93%84.31%-
XYZ37.0928.9767.93-
YUV150.79164.24143.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=33.59%
G=24.66%
B=41.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731272150.200.4100.16271.3652.3867.06
HexAD7FD7142901010f3443
Octal255177327245102041764103
Binary10101101111111111010111101001010010100001000011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FD7; }

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

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

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

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

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

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

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

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