#AD84F7

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

Shades of Biloba Flower #AD84F7

Tints of Biloba Flower #AD84F7

Color information

#AD84F7 (or 0xAD84F7) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and F7. RGB value is (173,132,247). Sum of RGB (Red+Green+Blue) = 173+132+247=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD84F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84F7 is #527B08. Grayscale: #9C9C9C. Windows color (decimal): -5405449 or 16221357. OLE color: 16221357.

HSL color Cylindrical-coordinate representation of color #AD84F7: hue angle of 261.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD84F7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173132247-
CMYK0.300.4700.03
HSL261.39º87.79%74.31%-
HSV(B)261.39º46.56%96.86%-
XYZ42.2732.191.96-
YUV157.37178.58139.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=31.34%
G=23.91%
B=44.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731322470.300.4700.03261.3987.7974.31
HexAD84F71E2F03105584a
Octal255204367365703405130112
Binary1010110110000100111101111111010111101110000010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84F7; }

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

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

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

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

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

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

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

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