#AD85D2

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

Shades of Biloba Flower #AD85D2

Tints of Biloba Flower #AD85D2

Color information

#AD85D2 (or 0xAD85D2) is unknown color: approx Biloba Flower. HEX triplet: AD, 85 and D2. RGB value is (173,133,210). Sum of RGB (Red+Green+Blue) = 173+133+210=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD85D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85D2 is #527A2D. Grayscale: #999999. Windows color (decimal): -5405230 or 13796781. OLE color: 13796781.

HSL color Cylindrical-coordinate representation of color #AD85D2: hue angle of 271.17º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD85D2 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173133210-
CMYK0.180.3700.18
HSL271.17º46.11%67.25%-
HSV(B)271.17º36.67%82.35%-
XYZ37.2530.3164.86-
YUV153.74159.75141.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 210 (82.42% from 255) = 40.70%
R=33.53%
G=25.78%
B=40.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731332100.180.3700.18271.1746.1167.25
HexAD85D2122501210f2e43
Octal255205322224502241756103
Binary101011011000010111010010100101001010100101000011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85D2; }

 p { color: rgb(173,133,210); }

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

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

 a { background-color: rgb(173,133,210); }

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

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

 span { border-color: rgb(173,133,210); }

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