Html Css Color HEX #A43282 Medium Red Violet

📋 copy color: '#A43282'

red 164 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #A43282

Tints of Medium Red Violet #A43282

RGB

 RED value IS 164 (64.45% from 255) = 47.67%

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 47.67%
G = 14.53%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A43282 (or 0xA43282) is known color: Medium Red Violet. HEX triplet: A4, 32 and 82. RGB value is (164,50,130). Sum of RGB (Red+Green+Blue) = 164+50+130=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A43282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43282 is #5BCD7D. Grayscale: #5C5C5C. Windows color (decimal): -6016382 or 8532644. OLE color: 8532644.

HSL color Cylindrical-coordinate representation of color #A43282: hue angle of 317.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43282 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 130 -
CMYK 0 0.70 0.21 0.36
HSL 317.89º 0.53% 0.42% -
HSV(B) 317.89º 0.7% 0.64% -
XYZ 20.48 11.79 22.31 -
YUV 93.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 164 50 130 0 0.70 0.21 0.36 317.89 0.53 0.42
Hex A4 32 82 0 46 15 24 13E 35 2A
Octal 244 62 202 0 106 25 44 476 65 52
Binary 10100100 110010 10000010 0 1000110 10101 100100 100111110 110101 101010

Color Harmonies of #A43282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43282

Black with #A43282

Text Example


Text Example

White with #A43282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43282; }

 p { color: rgb(164,50,130); }

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

background-color css

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

 a { background-color: rgb(164,50,130); }

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

border-color css

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

 span { border-color: rgb(164,50,130); }

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