#AD94DC

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

Shades of Biloba Flower #AD94DC

Tints of Biloba Flower #AD94DC

Color information

#AD94DC (or 0xAD94DC) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and DC. RGB value is (173,148,220). Sum of RGB (Red+Green+Blue) = 173+148+220=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94DC is #526B23. Grayscale: #A3A3A3. Windows color (decimal): -5401380 or 14455981. OLE color: 14455981.

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

Color convert

RGB173148220-
CMYK0.210.3300.14
HSL260.83º50.7%72.16%-
HSV(B)260.83º32.73%86.27%-
XYZ40.7435.2372.36-
YUV163.68159.78134.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=31.98%
G=27.36%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731482200.210.3300.14260.8350.772.16
HexAD94DC15210E1053348
Octal255224334254101640563110
Binary10101101100101001101110010101100001011101000001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94DC; }

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

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

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

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

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

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

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

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