Html Css Color HEX #AD98C1 East Side

📋 copy color: '#AD98C1'

red 173 ◦ green 152 ◦ blue 193

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

Shades of East Side #AD98C1

Tints of East Side #AD98C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 33.4%
G = 29.34%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD98C1 (or 0xAD98C1) is known color: East Side. HEX triplet: AD, 98 and C1. RGB value is (173,152,193). Sum of RGB (Red+Green+Blue) = 173+152+193=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C1 is #52673E. Grayscale: #A2A2A2. Windows color (decimal): -5400383 or 12687533. OLE color: 12687533.

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

Color convert

RGB 173 152 193 -
CMYK 0.10 0.21 0 0.24
HSL 270.73º 0.25% 0.68% -
HSV(B) 270.73º 0.21% 0.76% -
XYZ 38.09 35.19 55.24 -
YUV 162.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 173 152 193 0.10 0.21 0 0.24 270.73 0.25 0.68
Hex AD 98 C1 A 15 0 18 10F 19 44
Octal 255 230 301 12 25 0 30 417 31 104
Binary 10101101 10011000 11000001 1010 10101 0 11000 100001111 11001 1000100

Color Harmonies of #AD98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98C1

Black with #AD98C1

Text Example


Text Example

White with #AD98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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