#AD98B2

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

Shades of Chatelle #AD98B2

Tints of Chatelle #AD98B2

Color information

#AD98B2 (or 0xAD98B2) is unknown color: approx Chatelle. HEX triplet: AD, 98 and B2. RGB value is (173,152,178). Sum of RGB (Red+Green+Blue) = 173+152+178=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD98B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98B2 is #52674D. Grayscale: #A1A1A1. Windows color (decimal): -5400398 or 11704493. OLE color: 11704493.

HSL color Cylindrical-coordinate representation of color #AD98B2: hue angle of 288.46º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD98B2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173152178-
CMYK0.030.1500.30
HSL288.46º14.44%64.71%-
HSV(B)288.46º14.61%69.8%-
XYZ36.534.5646.87-
YUV161.24137.46136.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=34.39%
G=30.22%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731521780.030.1500.30288.4614.4464.71
HexAD98B23F01E120e41
Octal25523026231703644016101
Binary10101101100110001011001011111101111010010000011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98B2; }

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

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

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

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

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

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

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

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