Html Css Color HEX #AD97C2 East Side

📋 copy color: '#AD97C2'

red 173 ◦ green 151 ◦ blue 194

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

Shades of East Side #AD97C2

Tints of East Side #AD97C2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 33.4%
G = 29.15%
B = 37.45%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD97C2 (or 0xAD97C2) is known color: East Side. HEX triplet: AD, 97 and C2. RGB value is (173,151,194). Sum of RGB (Red+Green+Blue) = 173+151+194=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD97C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C2 is #52683D. Grayscale: #A2A2A2. Windows color (decimal): -5400638 or 12752813. OLE color: 12752813.

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

Color convert

RGB 173 151 194 -
CMYK 0.11 0.22 0 0.24
HSL 270.7º 0.26% 0.68% -
HSV(B) 270.7º 0.22% 0.76% -
XYZ 38.04 34.91 55.77 -
YUV 162.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 173 151 194 0.11 0.22 0 0.24 270.7 0.26 0.68
Hex AD 97 C2 B 16 0 18 10F 1A 44
Octal 255 227 302 13 26 0 30 417 32 104
Binary 10101101 10010111 11000010 1011 10110 0 11000 100001111 11010 1000100

Color Harmonies of #AD97C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97C2

Black with #AD97C2

Text Example


Text Example

White with #AD97C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97C2; }

 p { color: rgb(173,151,194); }

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

background-color css

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

 a { background-color: rgb(173,151,194); }

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

border-color css

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

 span { border-color: rgb(173,151,194); }

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