Html Css Color HEX #A14482 Medium Red Violet

📋 copy color: '#A14482'

red 161 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #A14482

Tints of Medium Red Violet #A14482

RGB

 RED value IS 161 (63.28% from 255) = 44.85%

 GREEN value IS 68 (26.95% from 255) = 18.94%

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

R = 44.85%
G = 18.94%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A14482 (or 0xA14482) is known color: Medium Red Violet. HEX triplet: A1, 44 and 82. RGB value is (161,68,130). Sum of RGB (Red+Green+Blue) = 161+68+130=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14482 is #5EBB7D. Grayscale: #666666. Windows color (decimal): -6208382 or 8537249. OLE color: 8537249.

HSL color Cylindrical-coordinate representation of color #A14482: hue angle of 320º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14482 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 130 -
CMYK 0 0.58 0.19 0.37
HSL 320º 0.41% 0.45% -
HSV(B) 320º 0.58% 0.63% -
XYZ 20.79 13.32 22.59 -
YUV 102.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 161 68 130 0 0.58 0.19 0.37 320 0.41 0.45
Hex A1 44 82 0 3A 13 25 140 29 2D
Octal 241 104 202 0 72 23 45 500 51 55
Binary 10100001 1000100 10000010 0 111010 10011 100101 101000000 101001 101101

Color Harmonies of #A14482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14482

Black with #A14482

Text Example


Text Example

White with #A14482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14482; }

 p { color: rgb(161,68,130); }

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

background-color css

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

 a { background-color: rgb(161,68,130); }

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

border-color css

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

 span { border-color: rgb(161,68,130); }

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