Html Css Color HEX #AD74BE East Side

📋 copy color: '#AD74BE'

red 173 ◦ green 116 ◦ blue 190

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

Shades of East Side #AD74BE

Tints of East Side #AD74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 36.12%
G = 24.22%
B = 39.67%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD74BE (or 0xAD74BE) is known color: East Side. HEX triplet: AD, 74 and BE. RGB value is (173,116,190). Sum of RGB (Red+Green+Blue) = 173+116+190=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BE is #528B41. Grayscale: #8D8D8D. Windows color (decimal): -5409602 or 12481709. OLE color: 12481709.

HSL color Cylindrical-coordinate representation of color #AD74BE: hue angle of 286.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD74BE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 116 190 -
CMYK 0.09 0.39 0 0.25
HSL 286.22º 0.36% 0.6% -
HSV(B) 286.22º 0.39% 0.75% -
XYZ 32.77 25.09 51.83 -
YUV 141.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 173 116 190 0.09 0.39 0 0.25 286.22 0.36 0.6
Hex AD 74 BE 9 27 0 19 11E 24 3C
Octal 255 164 276 11 47 0 31 436 44 74
Binary 10101101 1110100 10111110 1001 100111 0 11001 100011110 100100 111100

Color Harmonies of #AD74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74BE

Black with #AD74BE

Text Example


Text Example

White with #AD74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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