#AD88ED

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

Shades of Biloba Flower #AD88ED

Tints of Biloba Flower #AD88ED

Color information

#AD88ED (or 0xAD88ED) is unknown color: approx Biloba Flower. HEX triplet: AD, 88 and ED. RGB value is (173,136,237). Sum of RGB (Red+Green+Blue) = 173+136+237=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD88ED is #527712. Grayscale: #9E9E9E. Windows color (decimal): -5404435 or 15567021. OLE color: 15567021.

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

Color convert

RGB173136237-
CMYK0.270.4300.07
HSL261.98º73.72%73.14%-
HSV(B)261.98º42.62%92.94%-
XYZ41.3232.6184.24-
YUV158.58172.26138.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=31.68%
G=24.91%
B=43.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731362370.270.4300.07261.9873.7273.14
HexAD88ED1B2B071064a49
Octal255210355335307406112111
Binary10101101100010001110110111011101011011110000011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD88ED; }

 p { color: rgb(173,136,237); }

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

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

 a { background-color: rgb(173,136,237); }

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

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

 span { border-color: rgb(173,136,237); }

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