Html Css Color HEX #AD98B2 Chatelle

📋 copy color: '#AD98B2'

red 173 ◦ green 152 ◦ blue 178

#AD98B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AD98B2

Tints of Chatelle #AD98B2

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 value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD98B2 (or 0xAD98B2) is known color: 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

RGB 173 152 178 -
CMYK 0.03 0.15 0 0.30
HSL 288.46º 0.14% 0.65% -
HSV(B) 288.46º 0.15% 0.7% -
XYZ 36.5 34.56 46.87 -
YUV 161.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 173 152 178 0.03 0.15 0 0.30 288.46 0.14 0.65
Hex AD 98 B2 3 F 0 1E 120 E 41
Octal 255 230 262 3 17 0 36 440 16 101
Binary 10101101 10011000 10110010 11 1111 0 11110 100100000 1110 1000001

Color Harmonies of #AD98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98B2

Black with #AD98B2

Text Example


Text Example

White with #AD98B2

Text Example


Text Example

HTML Codes & Css Web 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>