Html Css Color HEX #AD4282 Medium Red Violet

📋 copy color: '#AD4282'

red 173 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #AD4282

Tints of Medium Red Violet #AD4282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 46.88%
G = 17.89%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD4282 (or 0xAD4282) is known color: Medium Red Violet. HEX triplet: AD, 42 and 82. RGB value is (173,66,130). Sum of RGB (Red+Green+Blue) = 173+66+130=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4282 is #52BD7D. Grayscale: #696969. Windows color (decimal): -5422462 or 8536749. OLE color: 8536749.

HSL color Cylindrical-coordinate representation of color #AD4282: hue angle of 324.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4282 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 130 -
CMYK 0 0.62 0.25 0.32
HSL 324.11º 0.45% 0.47% -
HSV(B) 324.11º 0.62% 0.68% -
XYZ 23.21 14.39 22.67 -
YUV 105.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 173 66 130 0 0.62 0.25 0.32 324.11 0.45 0.47
Hex AD 42 82 0 3E 19 20 144 2D 2F
Octal 255 102 202 0 76 31 40 504 55 57
Binary 10101101 1000010 10000010 0 111110 11001 100000 101000100 101101 101111

Color Harmonies of #AD4282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4282

Black with #AD4282

Text Example


Text Example

White with #AD4282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4282; }

 p { color: rgb(173,66,130); }

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

background-color css

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

 a { background-color: rgb(173,66,130); }

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

border-color css

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

 span { border-color: rgb(173,66,130); }

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