Html Css Color HEX #AD7CB6 East Side

📋 copy color: '#AD7CB6'

red 173 ◦ green 124 ◦ blue 182

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

Shades of East Side #AD7CB6

Tints of East Side #AD7CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 36.12%
G = 25.89%
B = 38%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD7CB6 (or 0xAD7CB6) is known color: East Side. HEX triplet: AD, 7C and B6. RGB value is (173,124,182). Sum of RGB (Red+Green+Blue) = 173+124+182=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CB6 is #528349. Grayscale: #919191. Windows color (decimal): -5407562 or 11959469. OLE color: 11959469.

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

Color convert

RGB 173 124 182 -
CMYK 0.05 0.32 0 0.29
HSL 290.69º 0.28% 0.6% -
HSV(B) 290.69º 0.32% 0.71% -
XYZ 32.88 26.68 47.67 -
YUV 145.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 173 124 182 0.05 0.32 0 0.29 290.69 0.28 0.6
Hex AD 7C B6 5 20 0 1D 123 1C 3C
Octal 255 174 266 5 40 0 35 443 34 74
Binary 10101101 1111100 10110110 101 100000 0 11101 100100011 11100 111100

Color Harmonies of #AD7CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CB6

Black with #AD7CB6

Text Example


Text Example

White with #AD7CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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