#AD98D5

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

Shades of Biloba Flower #AD98D5

Tints of Biloba Flower #AD98D5

Color information

#AD98D5 (or 0xAD98D5) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and D5. RGB value is (173,152,213). Sum of RGB (Red+Green+Blue) = 173+152+213=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98D5 is #52672A. Grayscale: #A5A5A5. Windows color (decimal): -5400363 or 13998253. OLE color: 13998253.

HSL color Cylindrical-coordinate representation of color #AD98D5: hue angle of 260.66º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD98D5 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173152213-
CMYK0.190.2900.16
HSL260.66º42.07%71.57%-
HSV(B)260.66º28.64%83.53%-
XYZ40.4736.1467.79-
YUV165.23154.96133.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=32.16%
G=28.25%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731522130.190.2900.16260.6642.0771.57
HexAD98D5131D0101052a48
Octal255230325233502040552110
Binary10101101100110001101010110011111010100001000001011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98D5; }

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

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

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

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

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

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

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

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