#AD92F1

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

Shades of Biloba Flower #AD92F1

Tints of Biloba Flower #AD92F1

Color information

#AD92F1 (or 0xAD92F1) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and F1. RGB value is (173,146,241). Sum of RGB (Red+Green+Blue) = 173+146+241=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD92F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92F1 is #526D0E. Grayscale: #A4A4A4. Windows color (decimal): -5401871 or 15831725. OLE color: 15831725.

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

Color convert

RGB173146241-
CMYK0.280.3900.05
HSL257.05º77.24%75.88%-
HSV(B)257.05º39.42%94.51%-
XYZ43.3935.7987.84-
YUV164.9170.95133.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=30.89%
G=26.07%
B=43.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731462410.280.3900.05257.0577.2475.88
HexAD92F11C27051014d4c
Octal255222361344705401115114
Binary10101101100100101111000111100100111010110000000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92F1; }

 p { color: rgb(173,146,241); }

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

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

 a { background-color: rgb(173,146,241); }

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

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

 span { border-color: rgb(173,146,241); }

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