Html Css Color HEX #AD7CB8 East Side

📋 copy color: '#AD7CB8'

red 173 ◦ green 124 ◦ blue 184

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

Shades of East Side #AD7CB8

Tints of East Side #AD7CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 35.97%
G = 25.78%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD7CB8 (or 0xAD7CB8) is known color: East Side. HEX triplet: AD, 7C and B8. RGB value is (173,124,184). Sum of RGB (Red+Green+Blue) = 173+124+184=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD7CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CB8 is #528347. Grayscale: #919191. Windows color (decimal): -5407560 or 12090541. OLE color: 12090541.

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

Color convert

RGB 173 124 184 -
CMYK 0.06 0.33 0 0.28
HSL 289º 0.3% 0.6% -
HSV(B) 289º 0.33% 0.72% -
XYZ 33.09 26.76 48.77 -
YUV 145.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 173 124 184 0.06 0.33 0 0.28 289 0.3 0.6
Hex AD 7C B8 6 21 0 1C 121 1E 3C
Octal 255 174 270 6 41 0 34 441 36 74
Binary 10101101 1111100 10111000 110 100001 0 11100 100100001 11110 111100

Color Harmonies of #AD7CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CB8

Black with #AD7CB8

Text Example


Text Example

White with #AD7CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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