Html Css Color HEX #AD98B4 East Side

📋 copy color: '#AD98B4'

red 173 ◦ green 152 ◦ blue 180

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

Shades of East Side #AD98B4

Tints of East Side #AD98B4

RGB

 RED value IS 173 (67.97% from 255) = 34.26%

 GREEN value IS 152 (59.77% from 255) = 30.1%

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 34.26%
G = 30.1%
B = 35.64%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD98B4 (or 0xAD98B4) is known color: East Side. HEX triplet: AD, 98 and B4. RGB value is (173,152,180). Sum of RGB (Red+Green+Blue) = 173+152+180=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98B4 is #52674B. Grayscale: #A1A1A1. Windows color (decimal): -5400396 or 11835565. OLE color: 11835565.

HSL color Cylindrical-coordinate representation of color #AD98B4: hue angle of 285º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD98B4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 152 180 -
CMYK 0.04 0.16 0 0.29
HSL 285º 0.16% 0.65% -
HSV(B) 285º 0.16% 0.71% -
XYZ 36.7 34.64 47.93 -
YUV 161.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 173 152 180 0.04 0.16 0 0.29 285 0.16 0.65
Hex AD 98 B4 4 10 0 1D 11D 10 41
Octal 255 230 264 4 20 0 35 435 20 101
Binary 10101101 10011000 10110100 100 10000 0 11101 100011101 10000 1000001

Color Harmonies of #AD98B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98B4

Black with #AD98B4

Text Example


Text Example

White with #AD98B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98B4; }

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

 H1.HeaderClassName
 {
   color: #AD98B4;
 }
 .AnyTagClassName
 {
   color: #AD98B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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