Html Css Color HEX #AD2B85 Medium Red Violet

📋 copy color: '#AD2B85'

red 173 ◦ green 43 ◦ blue 133

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

Shades of Medium Red Violet #AD2B85

Tints of Medium Red Violet #AD2B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 49.57%
G = 12.32%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD2B85 (or 0xAD2B85) is known color: Medium Red Violet. HEX triplet: AD, 2B and 85. RGB value is (173,43,133). Sum of RGB (Red+Green+Blue) = 173+43+133=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B85 is #52D47A. Grayscale: #5B5B5B. Windows color (decimal): -5428347 or 8727469. OLE color: 8727469.

HSL color Cylindrical-coordinate representation of color #AD2B85: hue angle of 318.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B85 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 133 -
CMYK 0 0.75 0.23 0.32
HSL 318.46º 0.6% 0.42% -
HSV(B) 318.46º 0.75% 0.68% -
XYZ 22.33 12.31 23.39 -
YUV 92.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 173 43 133 0 0.75 0.23 0.32 318.46 0.6 0.42
Hex AD 2B 85 0 4B 17 20 13E 3C 2A
Octal 255 53 205 0 113 27 40 476 74 52
Binary 10101101 101011 10000101 0 1001011 10111 100000 100111110 111100 101010

Color Harmonies of #AD2B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B85

Black with #AD2B85

Text Example


Text Example

White with #AD2B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B85; }

 p { color: rgb(173,43,133); }

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

background-color css

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

 a { background-color: rgb(173,43,133); }

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

border-color css

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

 span { border-color: rgb(173,43,133); }

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