Html Css Color HEX #AD9AC1 East Side

📋 copy color: '#AD9AC1'

red 173 ◦ green 154 ◦ blue 193

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

Shades of East Side #AD9AC1

Tints of East Side #AD9AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 33.27%
G = 29.62%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD9AC1 (or 0xAD9AC1) is known color: East Side. HEX triplet: AD, 9A and C1. RGB value is (173,154,193). Sum of RGB (Red+Green+Blue) = 173+154+193=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AC1 is #52653E. Grayscale: #A3A3A3. Windows color (decimal): -5399871 or 12688045. OLE color: 12688045.

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

Color convert

RGB 173 154 193 -
CMYK 0.10 0.20 0 0.24
HSL 269.23º 0.24% 0.68% -
HSV(B) 269.23º 0.2% 0.76% -
XYZ 38.41 35.85 55.35 -
YUV 164.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 173 154 193 0.10 0.20 0 0.24 269.23 0.24 0.68
Hex AD 9A C1 A 14 0 18 10D 18 44
Octal 255 232 301 12 24 0 30 415 30 104
Binary 10101101 10011010 11000001 1010 10100 0 11000 100001101 11000 1000100

Color Harmonies of #AD9AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AC1

Black with #AD9AC1

Text Example


Text Example

White with #AD9AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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