Html Css Color HEX #AD98C0 East Side

📋 copy color: '#AD98C0'

red 173 ◦ green 152 ◦ blue 192

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

Shades of East Side #AD98C0

Tints of East Side #AD98C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 33.46%
G = 29.4%
B = 37.14%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD98C0 (or 0xAD98C0) is known color: East Side. HEX triplet: AD, 98 and C0. RGB value is (173,152,192). Sum of RGB (Red+Green+Blue) = 173+152+192=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD98C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C0 is #52673F. Grayscale: #A2A2A2. Windows color (decimal): -5400384 or 12621997. OLE color: 12621997.

HSL color Cylindrical-coordinate representation of color #AD98C0: hue angle of 271.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD98C0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 152 192 -
CMYK 0.10 0.21 0 0.25
HSL 271.5º 0.24% 0.67% -
HSV(B) 271.5º 0.21% 0.75% -
XYZ 37.98 35.15 54.65 -
YUV 162.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 173 152 192 0.10 0.21 0 0.25 271.5 0.24 0.67
Hex AD 98 C0 A 15 0 19 110 18 43
Octal 255 230 300 12 25 0 31 420 30 103
Binary 10101101 10011000 11000000 1010 10101 0 11001 100010000 11000 1000011

Color Harmonies of #AD98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98C0

Black with #AD98C0

Text Example


Text Example

White with #AD98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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