Html Css Color HEX #AD74B4 East Side

📋 copy color: '#AD74B4'

red 173 ◦ green 116 ◦ blue 180

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

Shades of East Side #AD74B4

Tints of East Side #AD74B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 36.89%
G = 24.73%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD74B4 (or 0xAD74B4) is known color: East Side. HEX triplet: AD, 74 and B4. RGB value is (173,116,180). Sum of RGB (Red+Green+Blue) = 173+116+180=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD74B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74B4 is #528B4B. Grayscale: #8C8C8C. Windows color (decimal): -5409612 or 11826349. OLE color: 11826349.

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

Color convert

RGB 173 116 180 -
CMYK 0.04 0.36 0 0.29
HSL 293.44º 0.3% 0.58% -
HSV(B) 293.44º 0.36% 0.71% -
XYZ 31.72 24.67 46.27 -
YUV 140.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 173 116 180 0.04 0.36 0 0.29 293.44 0.3 0.58
Hex AD 74 B4 4 24 0 1D 125 1E 3A
Octal 255 164 264 4 44 0 35 445 36 72
Binary 10101101 1110100 10110100 100 100100 0 11101 100100101 11110 111010

Color Harmonies of #AD74B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74B4

Black with #AD74B4

Text Example


Text Example

White with #AD74B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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