Html Css Color HEX #AD74BA East Side

📋 copy color: '#AD74BA'

red 173 ◦ green 116 ◦ blue 186

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

Shades of East Side #AD74BA

Tints of East Side #AD74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 36.42%
G = 24.42%
B = 39.16%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD74BA (or 0xAD74BA) is known color: East Side. HEX triplet: AD, 74 and BA. RGB value is (173,116,186). Sum of RGB (Red+Green+Blue) = 173+116+186=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BA is #528B45. Grayscale: #8C8C8C. Windows color (decimal): -5409606 or 12219565. OLE color: 12219565.

HSL color Cylindrical-coordinate representation of color #AD74BA: hue angle of 288.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD74BA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 116 186 -
CMYK 0.07 0.38 0 0.27
HSL 288.86º 0.34% 0.59% -
HSV(B) 288.86º 0.38% 0.73% -
XYZ 32.34 24.92 49.56 -
YUV 141.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 173 116 186 0.07 0.38 0 0.27 288.86 0.34 0.59
Hex AD 74 BA 7 26 0 1B 121 22 3B
Octal 255 164 272 7 46 0 33 441 42 73
Binary 10101101 1110100 10111010 111 100110 0 11011 100100001 100010 111011

Color Harmonies of #AD74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74BA

Black with #AD74BA

Text Example


Text Example

White with #AD74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74BA; }

 p { color: rgb(173,116,186); }

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

background-color css

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

 a { background-color: rgb(173,116,186); }

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

border-color css

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

 span { border-color: rgb(173,116,186); }

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