#AD99EB

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

Shades of Biloba Flower #AD99EB

Tints of Biloba Flower #AD99EB

Color information

#AD99EB (or 0xAD99EB) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and EB. RGB value is (173,153,235). Sum of RGB (Red+Green+Blue) = 173+153+235=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99EB is #526614. Grayscale: #A8A8A8. Windows color (decimal): -5400085 or 15440301. OLE color: 15440301.

HSL color Cylindrical-coordinate representation of color #AD99EB: hue angle of 254.63º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD99EB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173153235-
CMYK0.260.3500.08
HSL254.63º67.21%76.08%-
HSV(B)254.63º34.89%92.16%-
XYZ43.6237.6683.57-
YUV168.33165.63131.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=30.84%
G=27.27%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731532350.260.3500.08254.6367.2176.08
HexAD99EB1A2308ff434c
Octal2552313533243010377103114
Binary10101101100110011110101111010100011010001111111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99EB; }

 p { color: rgb(173,153,235); }

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

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

 a { background-color: rgb(173,153,235); }

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

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

 span { border-color: rgb(173,153,235); }

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