#AD98EE

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

Shades of Biloba Flower #AD98EE

Tints of Biloba Flower #AD98EE

Color information

#AD98EE (or 0xAD98EE) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and EE. RGB value is (173,152,238). Sum of RGB (Red+Green+Blue) = 173+152+238=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD98EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98EE is #526711. Grayscale: #A7A7A7. Windows color (decimal): -5400338 or 15636653. OLE color: 15636653.

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

Color convert

RGB173152238-
CMYK0.270.3600.07
HSL254.65º71.67%76.47%-
HSV(B)254.65º36.13%93.33%-
XYZ43.8937.5185.82-
YUV168.08167.46131.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=30.73%
G=27.00%
B=42.27%

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
Decimal1731522380.270.3600.07254.6571.6776.47
HexAD98EE1B2407ff484c
Octal255230356334407377110114
Binary1010110110011000111011101101110010001111111111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98EE; }

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

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

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

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

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

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

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

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