#AD91F0

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

Shades of Biloba Flower #AD91F0

Tints of Biloba Flower #AD91F0

Color information

#AD91F0 (or 0xAD91F0) is unknown color: approx Biloba Flower. HEX triplet: AD, 91 and F0. RGB value is (173,145,240). Sum of RGB (Red+Green+Blue) = 173+145+240=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD91F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91F0 is #526E0F. Grayscale: #A3A3A3. Windows color (decimal): -5402128 or 15765933. OLE color: 15765933.

HSL color Cylindrical-coordinate representation of color #AD91F0: hue angle of 257.68º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD91F0 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173145240-
CMYK0.280.4000.06
HSL257.68º76%75.49%-
HSV(B)257.68º39.58%94.12%-
XYZ43.0935.4387.01-
YUV164.2170.78134.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=31.00%
G=25.99%
B=43.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731452400.280.4000.06257.687675.49
HexAD91F01C28061024c4b
Octal255221360345006402114113
Binary10101101100100011111000011100101000011010000001010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91F0; }

 p { color: rgb(173,145,240); }

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

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

 a { background-color: rgb(173,145,240); }

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

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

 span { border-color: rgb(173,145,240); }

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