#AD7DD7

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

Shades of Biloba Flower #AD7DD7

Tints of Biloba Flower #AD7DD7

Color information

#AD7DD7 (or 0xAD7DD7) is unknown color: approx Biloba Flower. HEX triplet: AD, 7D and D7. RGB value is (173,125,215). Sum of RGB (Red+Green+Blue) = 173+125+215=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DD7 is #528228. Grayscale: #959595. Windows color (decimal): -5407273 or 14122413. OLE color: 14122413.

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

Color convert

RGB173125215-
CMYK0.200.4200.16
HSL272º52.94%66.67%-
HSV(B)272º41.86%84.31%-
XYZ36.8328.4667.84-
YUV149.61164.9144.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=33.72%
G=24.37%
B=41.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731252150.200.4200.1627252.9466.67
HexAD7DD7142A0101103543
Octal255175327245202042065103
Binary10101101111110111010111101001010100100001000100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DD7; }

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

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

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

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

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

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

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

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