Html Css Color HEX #AD1284 Medium Violet Red

📋 copy color: '#AD1284'

red 173 ◦ green 18 ◦ blue 132

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

Shades of Medium Violet Red #AD1284

Tints of Medium Violet Red #AD1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 53.56%
G = 5.57%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD1284 (or 0xAD1284) is known color: Medium Violet Red. HEX triplet: AD, 12 and 84. RGB value is (173,18,132). Sum of RGB (Red+Green+Blue) = 173+18+132=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1284 is #52ED7B. Grayscale: #4D4D4D. Windows color (decimal): -5434748 or 8655533. OLE color: 8655533.

HSL color Cylindrical-coordinate representation of color #AD1284: hue angle of 315.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1284 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 132 -
CMYK 0 0.90 0.24 0.32
HSL 315.87º 0.81% 0.37% -
HSV(B) 315.87º 0.9% 0.68% -
XYZ 21.61 10.98 22.81 -
YUV 77.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 173 18 132 0 0.90 0.24 0.32 315.87 0.81 0.37
Hex AD 12 84 0 5A 18 20 13C 51 25
Octal 255 22 204 0 132 30 40 474 121 45
Binary 10101101 10010 10000100 0 1011010 11000 100000 100111100 1010001 100101

Color Harmonies of #AD1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1284

Black with #AD1284

Text Example


Text Example

White with #AD1284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1284; }

 p { color: rgb(173,18,132); }

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

background-color css

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

 a { background-color: rgb(173,18,132); }

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

border-color css

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

 span { border-color: rgb(173,18,132); }

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