#AD96FA

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

Shades of Biloba Flower #AD96FA

Tints of Biloba Flower #AD96FA

Color information

#AD96FA (or 0xAD96FA) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and FA. RGB value is (173,150,250). Sum of RGB (Red+Green+Blue) = 173+150+250=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96FA is #526905. Grayscale: #A7A7A7. Windows color (decimal): -5400838 or 16422573. OLE color: 16422573.

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

Color convert

RGB173150250-
CMYK0.310.400.02
HSL253.8º90.91%78.43%-
HSV(B)253.8º40%98.04%-
XYZ45.437.695.31-
YUV168.28174.12131.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=30.19%
G=26.18%
B=43.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731502500.310.400.02253.890.9178.43
HexAD96FA1F2802fe5b4e
Octal255226372375002376133116
Binary101011011001011011111010111111010000101111111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96FA; }

 p { color: rgb(173,150,250); }

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

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

 a { background-color: rgb(173,150,250); }

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

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

 span { border-color: rgb(173,150,250); }

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