Html Css Color HEX #AD7CB9 East Side

📋 copy color: '#AD7CB9'

red 173 ◦ green 124 ◦ blue 185

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

Shades of East Side #AD7CB9

Tints of East Side #AD7CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 35.89%
G = 25.73%
B = 38.38%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD7CB9 (or 0xAD7CB9) is known color: East Side. HEX triplet: AD, 7C and B9. RGB value is (173,124,185). Sum of RGB (Red+Green+Blue) = 173+124+185=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CB9 is #528346. Grayscale: #919191. Windows color (decimal): -5407559 or 12156077. OLE color: 12156077.

HSL color Cylindrical-coordinate representation of color #AD7CB9: hue angle of 288.2º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7CB9 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 124 185 -
CMYK 0.06 0.33 0 0.27
HSL 288.2º 0.3% 0.61% -
HSV(B) 288.2º 0.33% 0.73% -
XYZ 33.2 26.8 49.32 -
YUV 145.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 173 124 185 0.06 0.33 0 0.27 288.2 0.3 0.61
Hex AD 7C B9 6 21 0 1B 120 1E 3D
Octal 255 174 271 6 41 0 33 440 36 75
Binary 10101101 1111100 10111001 110 100001 0 11011 100100000 11110 111101

Color Harmonies of #AD7CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CB9

Black with #AD7CB9

Text Example


Text Example

White with #AD7CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CB9; }

 p { color: rgb(173,124,185); }

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

background-color css

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

 a { background-color: rgb(173,124,185); }

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

border-color css

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

 span { border-color: rgb(173,124,185); }

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