#AD9FE4

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

Shades of Biloba Flower #AD9FE4

Tints of Biloba Flower #AD9FE4

Color information

#AD9FE4 (or 0xAD9FE4) is unknown color: approx Biloba Flower. HEX triplet: AD, 9F and E4. RGB value is (173,159,228). Sum of RGB (Red+Green+Blue) = 173+159+228=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD9FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FE4 is #52601B. Grayscale: #AAAAAA. Windows color (decimal): -5398556 or 14983085. OLE color: 14983085.

HSL color Cylindrical-coordinate representation of color #AD9FE4: hue angle of 252.17º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9FE4 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173159228-
CMYK0.240.3000.11
HSL252.17º56.1%75.88%-
HSV(B)252.17º30.26%89.41%-
XYZ43.6439.2878.68-
YUV171.05160.14129.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=30.89%
G=28.39%
B=40.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731592280.240.3000.11252.1756.175.88
HexAD9FE4181E0Bfc384c
Octal255237344303601337470114
Binary101011011001111111100100110001111001011111111001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FE4; }

 p { color: rgb(173,159,228); }

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

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

 a { background-color: rgb(173,159,228); }

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

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

 span { border-color: rgb(173,159,228); }

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