#AD84E3

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

Shades of Biloba Flower #AD84E3

Tints of Biloba Flower #AD84E3

Color information

#AD84E3 (or 0xAD84E3) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and E3. RGB value is (173,132,227). Sum of RGB (Red+Green+Blue) = 173+132+227=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD84E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84E3 is #527B1C. Grayscale: #9A9A9A. Windows color (decimal): -5405469 or 14910637. OLE color: 14910637.

HSL color Cylindrical-coordinate representation of color #AD84E3: hue angle of 265.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD84E3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173132227-
CMYK0.240.4200.11
HSL265.89º62.91%70.39%-
HSV(B)265.89º41.85%89.02%-
XYZ39.3530.9376.57-
YUV155.09168.58140.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=32.52%
G=24.81%
B=42.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731322270.240.4200.11265.8962.9170.39
HexAD84E3182A0B10a3f46
Octal255204343305201341277106
Binary10101101100001001110001111000101010010111000010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84E3; }

 p { color: rgb(173,132,227); }

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

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

 a { background-color: rgb(173,132,227); }

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

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

 span { border-color: rgb(173,132,227); }

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