Html Css Color HEX #A43084 Medium Red Violet

📋 copy color: '#A43084'

red 164 ◦ green 48 ◦ blue 132

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

Shades of Medium Red Violet #A43084

Tints of Medium Red Violet #A43084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 47.67%
G = 13.95%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A43084 (or 0xA43084) is known color: Medium Red Violet. HEX triplet: A4, 30 and 84. RGB value is (164,48,132). Sum of RGB (Red+Green+Blue) = 164+48+132=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A43084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43084 is #5BCF7B. Grayscale: #5C5C5C. Windows color (decimal): -6016892 or 8663204. OLE color: 8663204.

HSL color Cylindrical-coordinate representation of color #A43084: hue angle of 316.55º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43084 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 132 -
CMYK 0 0.71 0.20 0.36
HSL 316.55º 0.55% 0.42% -
HSV(B) 316.55º 0.71% 0.64% -
XYZ 20.53 11.67 23 -
YUV 92.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 164 48 132 0 0.71 0.20 0.36 316.55 0.55 0.42
Hex A4 30 84 0 47 14 24 13D 37 2A
Octal 244 60 204 0 107 24 44 475 67 52
Binary 10100100 110000 10000100 0 1000111 10100 100100 100111101 110111 101010

Color Harmonies of #A43084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43084

Black with #A43084

Text Example


Text Example

White with #A43084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43084; }

 p { color: rgb(164,48,132); }

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

background-color css

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

 a { background-color: rgb(164,48,132); }

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

border-color css

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

 span { border-color: rgb(164,48,132); }

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