Html Css Color HEX #AD7CB5 East Side

📋 copy color: '#AD7CB5'

red 173 ◦ green 124 ◦ blue 181

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

Shades of East Side #AD7CB5

Tints of East Side #AD7CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 36.19%
G = 25.94%
B = 37.87%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD7CB5 (or 0xAD7CB5) is known color: East Side. HEX triplet: AD, 7C and B5. RGB value is (173,124,181). Sum of RGB (Red+Green+Blue) = 173+124+181=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD7CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CB5 is #52834A. Grayscale: #909090. Windows color (decimal): -5407563 or 11893933. OLE color: 11893933.

HSL color Cylindrical-coordinate representation of color #AD7CB5: hue angle of 291.58º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7CB5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 124 181 -
CMYK 0.04 0.31 0 0.29
HSL 291.58º 0.28% 0.6% -
HSV(B) 291.58º 0.31% 0.71% -
XYZ 32.78 26.64 47.13 -
YUV 145.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 173 124 181 0.04 0.31 0 0.29 291.58 0.28 0.6
Hex AD 7C B5 4 1F 0 1D 124 1C 3C
Octal 255 174 265 4 37 0 35 444 34 74
Binary 10101101 1111100 10110101 100 11111 0 11101 100100100 11100 111100

Color Harmonies of #AD7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CB5

Black with #AD7CB5

Text Example


Text Example

White with #AD7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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