#AD99EE

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

Shades of Biloba Flower #AD99EE

Tints of Biloba Flower #AD99EE

Color information

#AD99EE (or 0xAD99EE) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and EE. RGB value is (173,153,238). Sum of RGB (Red+Green+Blue) = 173+153+238=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99EE is #526611. Grayscale: #A8A8A8. Windows color (decimal): -5400082 or 15636909. OLE color: 15636909.

HSL color Cylindrical-coordinate representation of color #AD99EE: hue angle of 254.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD99EE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173153238-
CMYK0.270.3600.07
HSL254.12º71.43%76.67%-
HSV(B)254.12º35.71%93.33%-
XYZ44.0637.8485.87-
YUV168.67167.13131.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=30.67%
G=27.13%
B=42.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731532380.270.3600.07254.1271.4376.67
HexAD99EE1B2407fe474d
Octal255231356334407376107115
Binary1010110110011001111011101101110010001111111111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99EE; }

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

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

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

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

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

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

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

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