#AD96F3

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

Shades of Biloba Flower #AD96F3

Tints of Biloba Flower #AD96F3

Color information

#AD96F3 (or 0xAD96F3) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and F3. RGB value is (173,150,243). Sum of RGB (Red+Green+Blue) = 173+150+243=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD96F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96F3 is #52690C. Grayscale: #A7A7A7. Windows color (decimal): -5400845 or 15963821. OLE color: 15963821.

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

Color convert

RGB173150243-
CMYK0.290.3800.05
HSL254.84º79.49%77.06%-
HSV(B)254.84º38.27%95.29%-
XYZ44.3237.1789.63-
YUV167.48170.62131.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 243 (95.31% from 255) = 42.93%
R=30.57%
G=26.50%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731502430.290.3800.05254.8479.4977.06
HexAD96F31D2605ff4f4d
Octal255226363354605377117115
Binary1010110110010110111100111110110011001011111111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96F3; }

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

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

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

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

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

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

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

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