Html Css Color HEX #AD89C1 East Side

📋 copy color: '#AD89C1'

red 173 ◦ green 137 ◦ blue 193

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

Shades of East Side #AD89C1

Tints of East Side #AD89C1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.24%

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

R = 34.39%
G = 27.24%
B = 38.37%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD89C1 (or 0xAD89C1) is known color: East Side. HEX triplet: AD, 89 and C1. RGB value is (173,137,193). Sum of RGB (Red+Green+Blue) = 173+137+193=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD89C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C1 is #52763E. Grayscale: #999999. Windows color (decimal): -5404223 or 12683693. OLE color: 12683693.

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

Color convert

RGB 173 137 193 -
CMYK 0.10 0.29 0 0.24
HSL 278.57º 0.31% 0.65% -
HSV(B) 278.57º 0.29% 0.76% -
XYZ 35.8 30.63 54.48 -
YUV 154.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 173 137 193 0.10 0.29 0 0.24 278.57 0.31 0.65
Hex AD 89 C1 A 1D 0 18 117 1F 41
Octal 255 211 301 12 35 0 30 427 37 101
Binary 10101101 10001001 11000001 1010 11101 0 11000 100010111 11111 1000001

Color Harmonies of #AD89C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89C1

Black with #AD89C1

Text Example


Text Example

White with #AD89C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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