#AD9AFF

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

Shades of Biloba Flower #AD9AFF

Tints of Biloba Flower #AD9AFF

Color information

#AD9AFF (or 0xAD9AFF) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and FF. RGB value is (173,154,255). Sum of RGB (Red+Green+Blue) = 173+154+255=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9AFF is #526500. Grayscale: #AAAAAA. Windows color (decimal): -5399809 or 16751277. OLE color: 16751277.

HSL color Cylindrical-coordinate representation of color #AD9AFF: hue angle of 251.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9AFF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173154255-
CMYK0.320.4000
HSL251.29º100%80.2%-
HSV(B)251.29º39.61%100%-
XYZ46.8439.2299.71-
YUV171.2175.29129.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 255 (100% from 255) = 43.81%
R=29.73%
G=26.46%
B=43.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731542550.320.4000251.2910080.2
HexAD9AFF202800fb6450
Octal255232377405000373144120
Binary101011011001101011111111100000101000001111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AFF; }

 p { color: rgb(173,154,255); }

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

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

 a { background-color: rgb(173,154,255); }

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

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

 span { border-color: rgb(173,154,255); }

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