#AD94FB

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

Shades of Biloba Flower #AD94FB

Tints of Biloba Flower #AD94FB

Color information

#AD94FB (or 0xAD94FB) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and FB. RGB value is (173,148,251). Sum of RGB (Red+Green+Blue) = 173+148+251=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94FB is #526B04. Grayscale: #A6A6A6. Windows color (decimal): -5401349 or 16487597. OLE color: 16487597.

HSL color Cylindrical-coordinate representation of color #AD94FB: hue angle of 254.56º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD94FB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173148251-
CMYK0.310.4100.02
HSL254.56º92.79%78.24%-
HSV(B)254.56º41.04%98.43%-
XYZ45.2437.0396.03-
YUV167.22175.28132.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=30.24%
G=25.87%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731482510.310.4100.02254.5692.7978.24
HexAD94FB1F2902ff5d4e
Octal255224373375102377135116
Binary101011011001010011111011111111010010101111111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94FB; }

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

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

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

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

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

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

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

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