#AD84F8

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

Shades of Biloba Flower #AD84F8

Tints of Biloba Flower #AD84F8

Color information

#AD84F8 (or 0xAD84F8) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and F8. RGB value is (173,132,248). Sum of RGB (Red+Green+Blue) = 173+132+248=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD84F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84F8 is #527B07. Grayscale: #9D9D9D. Windows color (decimal): -5405448 or 16286893. OLE color: 16286893.

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

Color convert

RGB173132248-
CMYK0.300.4700.03
HSL261.21º89.23%74.51%-
HSV(B)261.21º46.77%97.25%-
XYZ42.4332.1692.78-
YUV157.48179.08139.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=31.28%
G=23.87%
B=44.85%

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
Decimal1731322480.300.4700.03261.2189.2374.51
HexAD84F81E2F03105594b
Octal255204370365703405131113
Binary1010110110000100111110001111010111101110000010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84F8; }

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

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

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

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

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

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

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

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