#AD99EA

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

Shades of Biloba Flower #AD99EA

Tints of Biloba Flower #AD99EA

Color information

#AD99EA (or 0xAD99EA) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and EA. RGB value is (173,153,234). Sum of RGB (Red+Green+Blue) = 173+153+234=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99EA is #526615. Grayscale: #A7A7A7. Windows color (decimal): -5400086 or 15374765. OLE color: 15374765.

HSL color Cylindrical-coordinate representation of color #AD99EA: hue angle of 254.81º degrees, saturation: 0.66, 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 #AD99EA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173153234-
CMYK0.260.3500.08
HSL254.81º65.85%75.88%-
HSV(B)254.81º34.62%91.76%-
XYZ43.4837.6182.81-
YUV168.21165.13131.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=30.89%
G=27.32%
B=41.79%

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
Decimal1731532340.260.3500.08254.8165.8575.88
HexAD99EA1A2308ff424c
Octal2552313523243010377102114
Binary10101101100110011110101011010100011010001111111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99EA; }

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

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

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

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

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

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

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

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