#AD84F3

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

Shades of Biloba Flower #AD84F3

Tints of Biloba Flower #AD84F3

Color information

#AD84F3 (or 0xAD84F3) is unknown color: approx Biloba Flower. HEX triplet: AD, 84 and F3. RGB value is (173,132,243). Sum of RGB (Red+Green+Blue) = 173+132+243=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84F3 is #527B0C. Grayscale: #9C9C9C. Windows color (decimal): -5405453 or 15959213. OLE color: 15959213.

HSL color Cylindrical-coordinate representation of color #AD84F3: hue angle of 262.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD84F3 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173132243-
CMYK0.290.4600.05
HSL262.16º82.22%73.53%-
HSV(B)262.16º45.68%95.29%-
XYZ41.6631.8688.75-
YUV156.91176.58139.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=31.57%
G=24.09%
B=44.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731322430.290.4600.05262.1682.2273.53
HexAD84F31D2E05106524a
Octal255204363355605406122112
Binary10101101100001001111001111101101110010110000011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84F3; }

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

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

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

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

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

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

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

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