Html Css Color HEX #AD97C3 East Side

📋 copy color: '#AD97C3'

red 173 ◦ green 151 ◦ blue 195

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

Shades of East Side #AD97C3

Tints of East Side #AD97C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 33.33%
G = 29.09%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD97C3 (or 0xAD97C3) is known color: East Side. HEX triplet: AD, 97 and C3. RGB value is (173,151,195). Sum of RGB (Red+Green+Blue) = 173+151+195=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD97C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C3 is #52683C. Grayscale: #A2A2A2. Windows color (decimal): -5400637 or 12818349. OLE color: 12818349.

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

Color convert

RGB 173 151 195 -
CMYK 0.11 0.23 0 0.24
HSL 270º 0.27% 0.68% -
HSV(B) 270º 0.23% 0.76% -
XYZ 38.15 34.96 56.37 -
YUV 162.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 173 151 195 0.11 0.23 0 0.24 270 0.27 0.68
Hex AD 97 C3 B 17 0 18 10E 1B 44
Octal 255 227 303 13 27 0 30 416 33 104
Binary 10101101 10010111 11000011 1011 10111 0 11000 100001110 11011 1000100

Color Harmonies of #AD97C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97C3

Black with #AD97C3

Text Example


Text Example

White with #AD97C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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