#AD98C4

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

Shades of Biloba Flower #AD98C4

Tints of Biloba Flower #AD98C4

Color information

#AD98C4 (or 0xAD98C4) is unknown color: approx Biloba Flower. HEX triplet: AD, 98 and C4. RGB value is (173,152,196). Sum of RGB (Red+Green+Blue) = 173+152+196=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD98C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C4 is #52673B. Grayscale: #A3A3A3. Windows color (decimal): -5400380 or 12884141. OLE color: 12884141.

HSL color Cylindrical-coordinate representation of color #AD98C4: hue angle of 268.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD98C4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173152196-
CMYK0.120.2200.23
HSL268.64º27.16%68.24%-
HSV(B)268.64º22.45%76.86%-
XYZ38.4335.3357.02-
YUV163.29146.46134.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=33.21%
G=29.17%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731521960.120.2200.23268.6427.1668.24
HexAD98C4C1601710d1b44
Octal255230304142602741533104
Binary101011011001100011000100110010110010111100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98C4; }

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

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

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

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

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

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

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

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