Html Css Color HEX #AD72BE East Side

📋 copy color: '#AD72BE'

red 173 ◦ green 114 ◦ blue 190

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

Shades of East Side #AD72BE

Tints of East Side #AD72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 36.27%
G = 23.9%
B = 39.83%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD72BE (or 0xAD72BE) is known color: East Side. HEX triplet: AD, 72 and BE. RGB value is (173,114,190). Sum of RGB (Red+Green+Blue) = 173+114+190=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72BE is #528D41. Grayscale: #8C8C8C. Windows color (decimal): -5410114 or 12481197. OLE color: 12481197.

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

Color convert

RGB 173 114 190 -
CMYK 0.09 0.40 0 0.25
HSL 286.58º 0.37% 0.6% -
HSV(B) 286.58º 0.4% 0.75% -
XYZ 32.55 24.64 51.76 -
YUV 140.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 173 114 190 0.09 0.40 0 0.25 286.58 0.37 0.6
Hex AD 72 BE 9 28 0 19 11F 25 3C
Octal 255 162 276 11 50 0 31 437 45 74
Binary 10101101 1110010 10111110 1001 101000 0 11001 100011111 100101 111100

Color Harmonies of #AD72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72BE

Black with #AD72BE

Text Example


Text Example

White with #AD72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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